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

3
lsp/qmlls.lua Normal file
View file

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