diff options
Diffstat (limited to 'fnl/plugins/lsp/servers.fnl')
-rw-r--r-- | fnl/plugins/lsp/servers.fnl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl index 9f5cfcf..fea4e89 100644 --- a/fnl/plugins/lsp/servers.fnl +++ b/fnl/plugins/lsp/servers.fnl @@ -26,6 +26,7 @@ :taplo {} :texlab {} :vale_ls {:filetypes [:markdown :text :org]} + :sqls {} :yamlls {:settings {:yaml {:schemastore {:enable false :url ""} :schemas (let [schemastore (require :schemastore)] (schemastore.yaml.schemas))}}}} |