helix/languages.nix: add qml
This commit is contained in:
parent
23458029a8
commit
912547808b
1 changed files with 4 additions and 0 deletions
|
@ -93,6 +93,10 @@ in {
|
|||
config.nil.formatting.command = ["${getExe pkgs.alejandra}" "-q"];
|
||||
};
|
||||
|
||||
qmlls = {
|
||||
command = "${pkgs.kdePackages.full}/bin/qmlls";
|
||||
};
|
||||
|
||||
pyright = {
|
||||
command = "${pkgs.pyright}/bin/pyright-langserver";
|
||||
args = ["--stdio"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue