diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-03-03 13:27:40 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-03-03 13:27:40 +0900 |
commit | f9050494fc1511b50169246e10c853de0fed73c2 (patch) | |
tree | 0bee414645edbc0159db993189be63b3bd1f6553 /installer/install-gopls.cmd | |
parent | b93a7cf76b01219ab3e5ea58623f7f3afdfc7dc6 (diff) | |
parent | 864f68ddf2973cebe6463948219bc603b309575e (diff) | |
download | vim-lsp-settings-f9050494fc1511b50169246e10c853de0fed73c2.tar.gz vim-lsp-settings-f9050494fc1511b50169246e10c853de0fed73c2.tar.bz2 vim-lsp-settings-f9050494fc1511b50169246e10c853de0fed73c2.zip |
Merge branch 'master' into register-command
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 444e1ae..7371402 100644 --- a/installer/install-gopls.cmd +++ b/installer/install-gopls.cmd @@ -1,3 +1,3 @@ @echo off
-call "%~dp0\go_install.cmd" golang.org/x/tools/gopls
+call "%~dp0\go_install.cmd" golang.org/x/tools/gopls@latest
|