mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 00:47:35 +00:00
Update language servers
Adding pylsp for lspconfig Adding gopls since Nvim 0.5 is not using vim-go
This commit is contained in:
parent
07659f2aaf
commit
a293e22eb0
@ -33,10 +33,15 @@ function install_language_servers() {
|
||||
# Python
|
||||
maybe_run pip install --user --upgrade python-language-server
|
||||
maybe_run pip3 install --user --upgrade python-language-server
|
||||
maybe_run pip install --user python-lsp-server[all]
|
||||
maybe_run pip3 install --user python-lsp-server[all]
|
||||
|
||||
# Rust
|
||||
maybe_run rustup component add rls rustfmt rust-analysis rust-src
|
||||
|
||||
# Go
|
||||
maybe_run env GO111MODULE=on go get golang.org/x/tools/gopls@latest
|
||||
|
||||
echo ""
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user