[ADD] xml server configs

This commit is contained in:
Daveanand Mannie
2025-10-17 23:49:31 -04:00
parent d2ca336b20
commit 0279fb89f6
3 changed files with 35 additions and 12 deletions

View File

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