aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--settings.json10
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",