diff options
author | itchyny <itchyny@hatena.ne.jp> | 2019-12-28 00:18:25 +0900 |
---|---|---|
committer | itchyny <itchyny@hatena.ne.jp> | 2019-12-28 00:18:25 +0900 |
commit | 22e6ce02f92b34213f73f29115cf9ae358049a47 (patch) | |
tree | 71f70d16b0bcc739d960054db11d7a806783ed83 /installer/install-gopls.cmd | |
parent | a0649aafff562baab201432e04ebd0cfb700f4e9 (diff) | |
download | vim-lsp-settings-22e6ce02f92b34213f73f29115cf9ae358049a47.tar.gz vim-lsp-settings-22e6ce02f92b34213f73f29115cf9ae358049a47.tar.bz2 vim-lsp-settings-22e6ce02f92b34213f73f29115cf9ae358049a47.zip |
Switch gopls url to golang.org/x/tools/gopls
Diffstat (limited to 'installer/install-gopls.cmd')
-rw-r--r-- | installer/install-gopls.cmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/install-gopls.cmd b/installer/install-gopls.cmd index 9c08e36..98634f9 100644 --- a/installer/install-gopls.cmd +++ b/installer/install-gopls.cmd @@ -11,5 +11,5 @@ cd /d "%server_dir%" set GOPATH=%cd%
set GOBIN=%cd%
-go get -v -u golang.org/x/tools/cmd/gopls
+go get -v -u golang.org/x/tools/gopls
rd /S /Q "src"
|