Add the yaml lsp

This commit is contained in:
Fábio André Damas 2025-03-29 20:01:39 +00:00
parent 4a5d74b19f
commit 9174cd17fa
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
return {
cmd = { "lemminx" },
filetypes = { "xml", "xsd", "xsl", "xslt", "svg" },
root_markers = { ".git" },
root_markers = { "." },
}