editor/helix: use nil instead of nixd
Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -64,8 +64,8 @@ in {
|
|||||||
language-server = {
|
language-server = {
|
||||||
clangd.command = "${pkgs.clang-tools}/bin/clangd";
|
clangd.command = "${pkgs.clang-tools}/bin/clangd";
|
||||||
# markdown-oxide.command = getExe pkgs.markdown-oxide;
|
# markdown-oxide.command = getExe pkgs.markdown-oxide;
|
||||||
# nil.command = getExe pkgs.nil;
|
nil.command = getExe pkgs.nil;
|
||||||
nixd.command = getExe pkgs.nixd;
|
# nixd.command = getExe pkgs.nixd;
|
||||||
# pyright.command = getExe pkgs.pyright;
|
# pyright.command = getExe pkgs.pyright;
|
||||||
# pyright.args = ["-"];
|
# pyright.args = ["-"];
|
||||||
ruff.command = getExe pkgs.ruff;
|
ruff.command = getExe pkgs.ruff;
|
||||||
@ -92,7 +92,7 @@ in {
|
|||||||
name = "nix";
|
name = "nix";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
formatter.command = getExe pkgs.alejandra;
|
formatter.command = getExe pkgs.alejandra;
|
||||||
language-servers = ["nixd"];
|
language-servers = ["nil"];
|
||||||
}
|
}
|
||||||
# {
|
# {
|
||||||
# name = "latex";
|
# name = "latex";
|
||||||
|
Reference in New Issue
Block a user