update conf

This commit is contained in:
Johannes Knopp
2026-04-06 01:30:38 +02:00
parent c2b28df404
commit 586e4b6320
9 changed files with 37 additions and 27 deletions

View File

@ -96,5 +96,11 @@ return {
end,
})
vim.lsp.enable('hyprls')
vim.lsp.config('qmlls', {
cmd = { 'qmlls6' },
})
vim.lsp.enable('qmlls')
end,
}