Helix nixd LSP
This commit is contained in:
parent
7f52ad42cd
commit
a9697956e4
1 changed files with 14 additions and 0 deletions
|
@ -13,5 +13,19 @@
|
||||||
true-color = true; # to make colors coherent when in ssh
|
true-color = true; # to make colors coherent when in ssh
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
languages = {
|
||||||
|
language = [
|
||||||
|
{
|
||||||
|
name = "nix";
|
||||||
|
language-servers = ["nixd"];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
language-servers = [
|
||||||
|
{
|
||||||
|
name = "nixd";
|
||||||
|
command = "nixd";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue