diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-16 00:43:20 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2019-12-16 00:43:20 +0900 |
commit | 4985bebb726c3d7f1eec0edd6a1524250864eabb (patch) | |
tree | 1ac502ce192998c22e70c415035d6fc57921e517 /installer/install-gopls.cmd | |
parent | 936a08acebc31d0a2cc5a65f21190a2fadd6ea8d (diff) | |
download | vim-lsp-settings-4985bebb726c3d7f1eec0edd6a1524250864eabb.tar.gz vim-lsp-settings-4985bebb726c3d7f1eec0edd6a1524250864eabb.tar.bz2 vim-lsp-settings-4985bebb726c3d7f1eec0edd6a1524250864eabb.zip |
Fix installers
Diffstat (limited to 'installer/install-gopls.cmd')
-rwxr-xr-x | 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 5bdfa9a..a219962 100755 --- a/installer/install-gopls.cmd +++ b/installer/install-gopls.cmd @@ -1,3 +1,3 @@ -@echo off +#!/bin/sh go get -u golang.org/x/tools/cmd/gopls |