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