From 31bdea3f2b6afc4a11c032bf4e25305ea55e20f5 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Wed, 6 Jul 2022 12:38:55 +0200 Subject: [PATCH] Update langs and deps --- install/1_languages.sh | 4 ++-- install/3_vimux.sh | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/install/1_languages.sh b/install/1_languages.sh index e54821a6..1d537505 100755 --- a/install/1_languages.sh +++ b/install/1_languages.sh @@ -18,6 +18,6 @@ npm update -g # first: find out the current python3 version in homebrew # then install this version with pyenv and link it brew install pyenv # restart terminal, then: -pyenv install 3.10.4 -pyenv global 3.10.4 +pyenv install 3.10.5 +pyenv global 3.10.5 pip install --upgrade pip diff --git a/install/3_vimux.sh b/install/3_vimux.sh index 52f599d6..31143941 100755 --- a/install/3_vimux.sh +++ b/install/3_vimux.sh @@ -15,9 +15,10 @@ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm # additional language-servers for nvim-lspconfig npm i -g eslint_d -npm i -g markdownlint-cli npm i -g fixjson +npm i -g markdownlint-cli npm i -g neovim +npm i -g stylelint npm i -g typescript npm i -g typescript-language-server npm i -g vscode-langservers-extracted