Update langs and deps

main
Steffen Rademacker 2 years ago
parent 459b4680cc
commit 31bdea3f2b

@ -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

@ -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

Loading…
Cancel
Save