parent
4f002d00b0
commit
c4299767d8
2 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
|||
mkShell {
|
||||
packages = [
|
||||
quickshell
|
||||
kdePackages.qtdeclarative
|
||||
];
|
||||
|
||||
shellHook = ''
|
||||
|
|
|
@ -35,6 +35,7 @@ in {
|
|||
|
||||
lsp.qmlls.setup({
|
||||
cmd = { 'qmlls', '-E' },
|
||||
root_dir = lsp.util.root_pattern('*.qml', '.git'),
|
||||
capabilities = default_capabilities,
|
||||
autostart = false,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue