diff options
| author | ame <[email protected]> | 2024-11-13 07:52:10 -0600 | 
|---|---|---|
| committer | ame <[email protected]> | 2024-11-13 07:52:10 -0600 | 
| commit | f343b6021c3fd58bde0bad35e75fb16451990ba1 (patch) | |
| tree | 8e308b3af6e26572e61ce8a9137e11c405376655 | |
| parent | 9a1b4f44c6e527fa14e973d8d4fb24ab97ecdcbd (diff) | |
lua_ls config change
| -rw-r--r-- | fnl/plugins/lspconfig.fnl | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/fnl/plugins/lspconfig.fnl b/fnl/plugins/lspconfig.fnl index bcd3527..5a257ad 100644 --- a/fnl/plugins/lspconfig.fnl +++ b/fnl/plugins/lspconfig.fnl @@ -1,7 +1,10 @@  (var capabilities (require :cmp_nvim_lsp))  (set capabilities (capabilities.default_capabilities))  (local lsp _G.settings.lsp) -(local config_table {}) +(local config_table { +  :lua_ls {:settings {:Lua {:diagnostics {:disable +    ["lowercase-global" "trailing-space" "unused-local"]}}}} +  })  (local lspconfig (_G.util.require! :lspconfig))  (each [language (lsp:gmatch "([^,]+)")]  | 
