aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-14 20:58:46 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2019-12-14 20:58:46 +0900
commite0fbd76b43fedf43b979fb8253f18141f98fc6be (patch)
tree01217dd2b911e104ad2204ee8e13f2d0be00502d /installer
downloadvim-lsp-settings-e0fbd76b43fedf43b979fb8253f18141f98fc6be.tar.gz
vim-lsp-settings-e0fbd76b43fedf43b979fb8253f18141f98fc6be.tar.bz2
vim-lsp-settings-e0fbd76b43fedf43b979fb8253f18141f98fc6be.zip
First import
Diffstat (limited to 'installer')
-rw-r--r--installer/install-gopls.cmd3
-rw-r--r--installer/install-gopls.sh4
2 files changed, 7 insertions, 0 deletions
diff --git a/installer/install-gopls.cmd b/installer/install-gopls.cmd
new file mode 100644
index 0000000..5bdfa9a
--- /dev/null
+++ b/installer/install-gopls.cmd
@@ -0,0 +1,3 @@
+@echo off
+
+go get -u golang.org/x/tools/cmd/gopls
diff --git a/installer/install-gopls.sh b/installer/install-gopls.sh
new file mode 100644
index 0000000..3327911
--- /dev/null
+++ b/installer/install-gopls.sh
@@ -0,0 +1,4 @@
+#!/bin/sh
+
+go get -u golang.org/x/tools/cmd/gopls
+