Enables autoformatting of nix files with alejandra in helix

This commit is contained in:
willemml 2024-03-15 09:22:54 -07:00
parent c552e15697
commit 25543f4967
Signed by: willemml
GPG key ID: C3DE5DF6198DACBD

View file

@ -18,6 +18,7 @@
name = "nix";
auto-format = true;
language-servers = ["nixd-lsp"];
formatter = {command = "${pkgs.alejandra}/bin/alejandra";};
}
];
languages.language-server.nixd-lsp.command = "${inputs.nixd.packages.${pkgs.system}.default}/bin/nixd";