feat: setup qml.

This commit is contained in:
CronyAkatsuki 2026-04-03 10:43:37 +02:00
parent 7c2b42d916
commit 25c8f37130
3 changed files with 5 additions and 0 deletions

1
ftplugin/qml.lua Normal file
View file

@ -0,0 +1 @@
vim.treesitter.start()

3
lsp/qmlls.lua Normal file
View file

@ -0,0 +1,3 @@
return {
cmd = { "qmlls", "-E" },
}

View file

@ -32,6 +32,7 @@ vim.lsp.enable({
"yamlls",
"bashls",
"just",
"qmlls",
})
-- diagnostic settings