diff --git a/modules/home/programs/editor/helix.nix b/modules/home/programs/editor/helix.nix index 1e8702c..b0776c0 100644 --- a/modules/home/programs/editor/helix.nix +++ b/modules/home/programs/editor/helix.nix @@ -64,8 +64,8 @@ in { language-server = { clangd.command = "${pkgs.clang-tools}/bin/clangd"; # markdown-oxide.command = getExe pkgs.markdown-oxide; - # nil.command = getExe pkgs.nil; - nixd.command = getExe pkgs.nixd; + nil.command = getExe pkgs.nil; + # nixd.command = getExe pkgs.nixd; # pyright.command = getExe pkgs.pyright; # pyright.args = ["-"]; ruff.command = getExe pkgs.ruff; @@ -92,7 +92,7 @@ in { name = "nix"; auto-format = true; formatter.command = getExe pkgs.alejandra; - language-servers = ["nixd"]; + language-servers = ["nil"]; } # { # name = "latex";