mass update

This commit is contained in:
Dario48 2025-10-08 21:24:37 +02:00
commit c613a6d0e3
21 changed files with 361 additions and 128 deletions

4
after/ftplugin/qml.lua Normal file
View file

@ -0,0 +1,4 @@
local conf = vim.lsp.config.qmlls
conf.root_markers = { ".qmlls.ini" }
vim.lsp.config("qmlls", conf)
vim.lsp.enable("qmlls")