From 06c5330a7087f80b9a4821912b46bb94defd7fa8 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Sat, 25 Jan 2020 00:41:02 +0900 Subject: Set schema URL --- settings.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'settings.json') 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", -- cgit v1.2.3-54-g00ecf