neovim: disable formatting in luals
This commit is contained in:
@@ -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,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user