neovim: disable formatting in luals

This commit is contained in:
2025-05-24 17:42:40 +03:00
parent b18650e335
commit d0a3e0c363

View File

@@ -5,6 +5,9 @@ vim.lsp.config.lua_ls = {
root_markers = { ".luarc.json", ".git", vim.uv.cwd() }, root_markers = { ".luarc.json", ".git", vim.uv.cwd() },
settings = { settings = {
Lua = { Lua = {
format = {
enable = false,
},
telemetry = { telemetry = {
enable = false, enable = false,
}, },