qml fixes? not really they don't work. note: need to change mappings
This commit is contained in:
@@ -164,7 +164,9 @@ lspconfig("texlab", {
|
||||
})
|
||||
|
||||
lspconfig("qmlls", {
|
||||
cmd = { "qmlls6" },
|
||||
cmd = { "qmlls6", "qmlls" },
|
||||
filetypes = { "qml", "qmljs" },
|
||||
root_markers = { ".git" },
|
||||
})
|
||||
|
||||
lspconfig("jsonls", {
|
||||
|
||||
Reference in New Issue
Block a user