helix: config: remove nixd, ad qmlls config
This commit is contained in:
parent
3174b8a07e
commit
f5477289c4
1 changed files with 8 additions and 6 deletions
|
@ -26,6 +26,7 @@
|
|||
shellcheck,
|
||||
shfmt,
|
||||
superhtml,
|
||||
kdePackages,
|
||||
taplo,
|
||||
tinymist,
|
||||
typescript-language-server,
|
||||
|
@ -137,7 +138,7 @@
|
|||
}
|
||||
{
|
||||
name = "nix";
|
||||
language-servers = ["nixd" "nil"];
|
||||
language-servers = ["nil"];
|
||||
}
|
||||
{
|
||||
name = "qml";
|
||||
|
@ -241,12 +242,8 @@
|
|||
|
||||
nil = {
|
||||
command = getExe nil;
|
||||
};
|
||||
|
||||
nixd = {
|
||||
command = getExe nixd;
|
||||
# alejandro
|
||||
config.nixd.formatting.command = ["${getExe alejandra}" "-q"];
|
||||
config.nil.formatting.command = ["${getExe alejandra}" "-q"];
|
||||
};
|
||||
|
||||
typescript-language-server = {
|
||||
|
@ -266,6 +263,11 @@
|
|||
command = lib.getExe ruff;
|
||||
args = ["server"];
|
||||
};
|
||||
|
||||
qmlls = {
|
||||
command = lib.getExe' kdePackages.qtdeclarative "qmlls";
|
||||
args = ["-E"];
|
||||
};
|
||||
basedpyright.command = "${basedpyright}/bin/basedpyright-langserver";
|
||||
|
||||
vscode-css-language-server = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue