mirror of
https://github.com/ViViDboarder/vim-settings.git
synced 2025-01-08 21:27:35 +00:00
Use new method of installing go packages
This commit is contained in:
parent
9778c8c5fa
commit
02d7c26c98
@ -38,10 +38,10 @@ function install_language_servers() {
|
||||
maybe_run npm install -g pyrite
|
||||
|
||||
# Rust
|
||||
maybe_run rustup component add rls rustfmt rust-analysis rust-src
|
||||
maybe_run rustup component add rls rustfmt rust-analysis rust-src clippy rustfmt
|
||||
|
||||
# Go
|
||||
maybe_run env GO111MODULE=on go get golang.org/x/tools/gopls@latest
|
||||
maybe_run env GO111MODULE=on go install golang.org/x/tools/gopls@latest
|
||||
|
||||
echo ""
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user