[format] lua via stylua

This commit is contained in:
Daveanand Mannie
2026-01-12 11:38:14 -05:00
parent 6720c8c765
commit 2f9cbf29fa
15 changed files with 187 additions and 192 deletions

View File

@@ -1,22 +1,22 @@
return {
"neovim/nvim-lspconfig",
opts = {
servers = {
lemminx = {
init_options = {
settings = {
xml = {
format = {
enabled = true,
splitAttributes = false,
},
validation = {
noGrammar = "ignore",
},
},
},
},
},
},
},
"neovim/nvim-lspconfig",
opts = {
servers = {
lemminx = {
init_options = {
settings = {
xml = {
format = {
enabled = true,
splitAttributes = false,
},
validation = {
noGrammar = "ignore",
},
},
},
},
},
},
},
}