feat(lsp): ltex support

This commit is contained in:
Guz
2026-05-18 17:54:03 -03:00
parent f1978e3546
commit 0e141bbcb6
2 changed files with 10 additions and 0 deletions

View File

@@ -151,6 +151,14 @@ return {
filetypes = { "xml", "xsd", "xsl", "xslt", "svg", "xhtml" },
},
},
{
"ltex",
lsp = {
settings = {
enable = true,
},
},
},
{
"lua_ls",
lsp = {