diff --git a/script/updatedevenv b/script/updatedevenv index 00b60bf..548653d 100755 --- a/script/updatedevenv +++ b/script/updatedevenv @@ -13,6 +13,7 @@ updatevimplugins echo "Installing gopls..." cd $HOME -go get golang.org/x/tools/gopls@latest +go install golang.org/x/tools/gopls@latest +go install honnef.co/go/tools/cmd/staticcheck@latest echo "Done"