diff options
author | thinca <thinca@gmail.com> | 2019-12-31 18:56:18 +0900 |
---|---|---|
committer | thinca <thinca@gmail.com> | 2019-12-31 18:56:18 +0900 |
commit | 60a039f6c2914e0d6320a063032c03c8fdda0760 (patch) | |
tree | ba53fd4948160d5b2980d4f7ae3484178d40ce77 /installer/install-gopls.sh | |
parent | 796a6b950a3c520ec24139836135c35364cf941d (diff) | |
download | vim-lsp-settings-60a039f6c2914e0d6320a063032c03c8fdda0760.tar.gz vim-lsp-settings-60a039f6c2914e0d6320a063032c03c8fdda0760.tar.bz2 vim-lsp-settings-60a039f6c2914e0d6320a063032c03c8fdda0760.zip |
Setup server directory in Vim script
All installer scripts assume invoked at the installing path.
Diffstat (limited to 'installer/install-gopls.sh')
-rwxr-xr-x | installer/install-gopls.sh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/installer/install-gopls.sh b/installer/install-gopls.sh index f504413..3c2e61a 100755 --- a/installer/install-gopls.sh +++ b/installer/install-gopls.sh @@ -2,9 +2,5 @@ set -e -cd $(dirname $0) -[ -d ../servers/gopls ] && rm -rf ../servers/gopls -mkdir ../servers/gopls -cd ../servers/gopls GOPATH=$(pwd) GOBIN=$(pwd) go get -v -u golang.org/x/tools/gopls rm -rf src |