diff options
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-25 00:41:02 +0900 |
---|---|---|
committer | Yasuhiro Matsumoto <mattn.jp@gmail.com> | 2020-01-25 00:41:02 +0900 |
commit | 06c5330a7087f80b9a4821912b46bb94defd7fa8 (patch) | |
tree | 5448b043bd5a605ba2bc347edb52754336cf55ef /settings.json | |
parent | 5dd39ee930e8336df75ad055384b5f7dad2b5d58 (diff) | |
download | vim-lsp-settings-06c5330a7087f80b9a4821912b46bb94defd7fa8.tar.gz vim-lsp-settings-06c5330a7087f80b9a4821912b46bb94defd7fa8.tar.bz2 vim-lsp-settings-06c5330a7087f80b9a4821912b46bb94defd7fa8.zip |
Set schema URL
Diffstat (limited to 'settings.json')
-rw-r--r-- | settings.json | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/settings.json b/settings.json index 4d95605..105ca15 100644 --- a/settings.json +++ b/settings.json @@ -1,5 +1,5 @@ { - "$schema": "./schema.json", + "$schema": "https://mattn.github.io/vim-lsp-settings/schema.json", "c": [ { "command": "clangd", @@ -376,6 +376,14 @@ ] } ], + "sql": [ + { + "command": "sqls", + "requires": [ + "go" + ] + } + ], "swift": [ { "command": "sourcekit-lsp", |