mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 11:17:17 +00:00
Enables autoformatting of nix files with alejandra in helix
This commit is contained in:
parent
c552e15697
commit
25543f4967
1 changed files with 1 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Reference in a new issue