diff options
Diffstat (limited to '')
| -rw-r--r-- | dot_config/nvim/lsp/lua_ls.fnl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/dot_config/nvim/lsp/lua_ls.fnl b/dot_config/nvim/lsp/lua_ls.fnl new file mode 100644 index 0000000..6f6af08 --- /dev/null +++ b/dot_config/nvim/lsp/lua_ls.fnl @@ -0,0 +1,4 @@ +{:cmd [:lua-language-server] + :filetypes [:lua] + :root_markers [:.luarc.json] + :settings {:Lua {:telemetry {:enable false}}}} |
