aboutsummaryrefslogtreecommitdiff
path: root/installer
diff options
context:
space:
mode:
authormattn <mattn.jp@gmail.com>2020-02-19 16:18:42 +0900
committerGitHub <noreply@github.com>2020-02-19 16:18:42 +0900
commitac35fe1181439920d12a77d38cea0f2fd649eb4d (patch)
tree851fe7ae8b96e5cd7a9d24b042d7cc165e1283a8 /installer
parent5df3d59707b92f75270937e13f8bcf5044d45bf0 (diff)
parent065558f9898fe96d2cd6afbdba96bb24fe22b6d3 (diff)
downloadvim-lsp-settings-ac35fe1181439920d12a77d38cea0f2fd649eb4d.tar.gz
vim-lsp-settings-ac35fe1181439920d12a77d38cea0f2fd649eb4d.tar.bz2
vim-lsp-settings-ac35fe1181439920d12a77d38cea0f2fd649eb4d.zip
Merge pull request #169 from mattn/sqls
Add sqls
Diffstat (limited to 'installer')
-rw-r--r--installer/install-sqls.cmd3
-rwxr-xr-xinstaller/install-sqls.sh5
2 files changed, 8 insertions, 0 deletions
diff --git a/installer/install-sqls.cmd b/installer/install-sqls.cmd
new file mode 100644
index 0000000..f649037
--- /dev/null
+++ b/installer/install-sqls.cmd
@@ -0,0 +1,3 @@
+@echo off
+
+call "%~dp0\go_install.cmd" github.com/lighttiger2505/sqls
diff --git a/installer/install-sqls.sh b/installer/install-sqls.sh
new file mode 100755
index 0000000..03f4628
--- /dev/null
+++ b/installer/install-sqls.sh
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+
+set -e
+
+"$(dirname "$0")/go_install.sh" github.com/lighttiger2505/sqls