summaryrefslogtreecommitdiff
path: root/fnl
diff options
context:
space:
mode:
Diffstat (limited to 'fnl')
-rw-r--r--fnl/config/lsp/settings/sumneko-lua.fnl16
1 files changed, 1 insertions, 15 deletions
diff --git a/fnl/config/lsp/settings/sumneko-lua.fnl b/fnl/config/lsp/settings/sumneko-lua.fnl
index 5a9d725..acc8df2 100644
--- a/fnl/config/lsp/settings/sumneko-lua.fnl
+++ b/fnl/config/lsp/settings/sumneko-lua.fnl
@@ -5,19 +5,5 @@
{:library {(vim.fn.expand :$VIMRUNTIME/lua) true
(vim.fn.expand :$VIMRUNTIME/lua/vim/lsp) true}})
-(def- diagnostics {:globals [:vim
- :map
- :filter
- :range
- :reduce
- :head
- :tail
- :nth
- :use
- :describe
- :it
- :dump]})
-(def- runtime {:version :LuaJIT :path (vim.split package.path ";")})
-
-(def opts {:settings {:Lua {:diagnostics diagnostics :workspace workspace :runtime runtime}}})
+(def opts {:settings {:Lua {:diagnostics {:globals [ :vim ]} :workspace workspace}}})