diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-13 22:18:47 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-02-13 22:18:47 +0100 |
commit | 99d580087acbbda8d82807ad97505e2addad3ef6 (patch) | |
tree | 8214b5b507a3625108f026e6b63a46a02a43529d /fnl | |
parent | c1b093c1b50055aad39c2304875e9f6d629dfc4c (diff) |
Update to lua ls
Diffstat (limited to 'fnl')
-rw-r--r-- | fnl/plugins/lsp/servers.fnl | 2 |
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 ";")}}}} |