feat(nvim): setup qmlls

This commit is contained in:
matt1432 2025-04-24 12:49:49 -04:00
parent 0a90a3f619
commit 73a8bc507f
5 changed files with 71 additions and 17 deletions
homeManagerModules/neovim/langs/qml

View file

@ -0,0 +1,10 @@
{
mkShell,
kdePackages,
...
}:
mkShell {
packages = [
kdePackages.qtdeclarative
];
}