aboutsummaryrefslogtreecommitdiff
path: root/settings.json
diff options
context:
space:
mode:
authorYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-27 13:07:08 +0900
committerYasuhiro Matsumoto <mattn.jp@gmail.com>2020-01-27 13:07:08 +0900
commit1a83260ff247e156ec81ee703bc2fba7db50582a (patch)
tree820f0fd3e61c6971cfe8845b0fc9a4fe2b473b64 /settings.json
parentd83e45e1a1f5b16dab688c9e1e1d4789a46b28bb (diff)
downloadvim-lsp-settings-1a83260ff247e156ec81ee703bc2fba7db50582a.tar.gz
vim-lsp-settings-1a83260ff247e156ec81ee703bc2fba7db50582a.tar.bz2
vim-lsp-settings-1a83260ff247e156ec81ee703bc2fba7db50582a.zip
Add sql-language-server
Diffstat (limited to 'settings.json')
-rw-r--r--settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/settings.json b/settings.json
index c374e70..c83cdb1 100644
--- a/settings.json
+++ b/settings.json
@@ -385,6 +385,12 @@
],
"sql": [
{
+ "command": "sql-language-server",
+ "requires": [
+ "npm"
+ ]
+ },
+ {
"command": "sqls",
"requires": [
"go"