diff --git a/neovim/.config/nvim/after/plugin/lsp/other.lua b/neovim/.config/nvim/after/plugin/lsp/other.lua index b51fb00..f917346 100644 --- a/neovim/.config/nvim/after/plugin/lsp/other.lua +++ b/neovim/.config/nvim/after/plugin/lsp/other.lua @@ -5,6 +5,9 @@ vim.lsp.config.lua_ls = { root_markers = { ".luarc.json", ".git", vim.uv.cwd() }, settings = { Lua = { + format = { + enable = false, + }, telemetry = { enable = false, },