mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 21:17:37 +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
|
# Python
|
||||||
maybe_run pip install --user --upgrade python-language-server
|
maybe_run pip install --user --upgrade python-language-server
|
||||||
maybe_run pip3 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
|
# Rust
|
||||||
maybe_run rustup component add rls rustfmt rust-analysis rust-src
|
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 ""
|
echo ""
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user