update conf
This commit is contained in:
@ -96,5 +96,11 @@ return {
|
||||
end,
|
||||
})
|
||||
vim.lsp.enable('hyprls')
|
||||
|
||||
vim.lsp.config('qmlls', {
|
||||
cmd = { 'qmlls6' },
|
||||
})
|
||||
vim.lsp.enable('qmlls')
|
||||
|
||||
end,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user