summaryrefslogtreecommitdiff
path: root/fnl/plugins/lsp/servers.fnl
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-04-07 01:00:42 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-04-07 01:00:42 +0200
commite3606e6bb99e0edc0dd6b961ac43a5c2307fb782 (patch)
treec8aeff2e6b7ae39d31ba3810b475c912f5d3d52f /fnl/plugins/lsp/servers.fnl
parent7777c19183c98d4e78e71d72ff782c2c35f770ad (diff)
Updates
Diffstat (limited to 'fnl/plugins/lsp/servers.fnl')
-rw-r--r--fnl/plugins/lsp/servers.fnl7
1 files changed, 3 insertions, 4 deletions
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl
index bb6467b..0126b81 100644
--- a/fnl/plugins/lsp/servers.fnl
+++ b/fnl/plugins/lsp/servers.fnl
@@ -16,11 +16,10 @@
:pyright {}
:rust_analyzer {:settings {:rust-analyzer {:lens {:enable true}
:checkOnSave {:command :clippy}}}}
- :sqls {}
:lua_ls {:settings {:Lua {:completion {:callSnippet :Replace}
- :workspace {:checkThirdParty false}
- :runtime {:version :LuaJIT
- :path (vim.split package.path ";")}}}}
+ :workspace {:checkThirdParty false}
+ :runtime {:version :LuaJIT
+ :path (vim.split package.path ";")}}}}
:taplo {}
:terraformls {}
:texlab {}