aboutsummaryrefslogtreecommitdiff
path: root/installer/go_install.cmd
diff options
context:
space:
mode:
authorTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2020-01-29 23:00:00 +0900
committerTsuyoshi CHO <Tsuyoshi.CHO@Gmail.com>2020-01-29 23:36:35 +0900
commit899988fb04f4aa477c14e979f173216c0c2aadae (patch)
treeb3557a712478f30b1e989af02cbe128fb45dfd8c /installer/go_install.cmd
parent54b401800bd2322bb40151cd63269ad3a39ebb35 (diff)
downloadvim-lsp-settings-899988fb04f4aa477c14e979f173216c0c2aadae.tar.gz
vim-lsp-settings-899988fb04f4aa477c14e979f173216c0c2aadae.tar.bz2
vim-lsp-settings-899988fb04f4aa477c14e979f173216c0c2aadae.zip
Add go installer/efm-langserver installer
Diffstat (limited to 'installer/go_install.cmd')
-rw-r--r--installer/go_install.cmd18
1 files changed, 18 insertions, 0 deletions
diff --git a/installer/go_install.cmd b/installer/go_install.cmd
new file mode 100644
index 0000000..b4200ad
--- /dev/null
+++ b/installer/go_install.cmd
@@ -0,0 +1,18 @@
+@echo off
+
+if "x%1" equ "x" goto :EOF
+if "x%2" equ "x" goto :EOF
+
+setlocal
+
+set GOPATH=%CD%\go
+
+go get %2
+
+echo @echo off ^
+
+%%~dp0\go\bin\%1.exe %%* ^
+
+> %1.cmd
+
+endlocal