qml fixes? not really they don't work. note: need to change mappings

This commit is contained in:
inorishio
2026-02-11 16:01:31 +01:00
parent 4c8248f323
commit ce4238004b
3 changed files with 23 additions and 2 deletions
+3 -1
View File
@@ -164,7 +164,9 @@ lspconfig("texlab", {
})
lspconfig("qmlls", {
cmd = { "qmlls6" },
cmd = { "qmlls6", "qmlls" },
filetypes = { "qml", "qmljs" },
root_markers = { ".git" },
})
lspconfig("jsonls", {