Update installation scripts

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-03-07 19:20:19 +01:00
parent 544ad33f45
commit 02a1abe903
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
4 changed files with 62 additions and 18 deletions

View file

@ -18,7 +18,7 @@
#######################################
# Configuration variables
#######################################
# Array of npm packages which should be installed globally
# npm packages which should be installed globally
NPM_PACKAGES=(
"@vue/cli"
"eslint"
@ -26,6 +26,7 @@ NPM_PACKAGES=(
"npm-check-updates"
)
# Rust components which should be installed
RUST_COMPONENTS=(
"rls-preview"
"rustfmt-preview"