summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-13 22:18:47 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-02-13 22:18:47 +0100
commit99d580087acbbda8d82807ad97505e2addad3ef6 (patch)
tree8214b5b507a3625108f026e6b63a46a02a43529d
parentc1b093c1b50055aad39c2304875e9f6d629dfc4c (diff)
Update to lua ls
-rw-r--r--fnl/plugins/lsp/servers.fnl2
1 files changed, 1 insertions, 1 deletions
diff --git a/fnl/plugins/lsp/servers.fnl b/fnl/plugins/lsp/servers.fnl
index 2403c1a..bb6467b 100644
--- a/fnl/plugins/lsp/servers.fnl
+++ b/fnl/plugins/lsp/servers.fnl
@@ -17,7 +17,7 @@
:rust_analyzer {:settings {:rust-analyzer {:lens {:enable true}
:checkOnSave {:command :clippy}}}}
:sqls {}
- :sumneko_lua {:settings {:Lua {:completion {:callSnippet :Replace}
+ :lua_ls {:settings {:Lua {:completion {:callSnippet :Replace}
:workspace {:checkThirdParty false}
:runtime {:version :LuaJIT
:path (vim.split package.path ";")}}}}