use nixfmt
This commit is contained in:
parent
d1b859042b
commit
a4418daae4
2 changed files with 1 additions and 2 deletions
|
@ -101,7 +101,7 @@
|
|||
"nix.serverPath" = lib.meta.getExe pkgs.nil;
|
||||
"nix.serverSettings" = {
|
||||
"nil" = {
|
||||
"formatting" = {"command" = [(lib.getExe pkgs.alejandra)];};
|
||||
"formatting" = {"command" = [(lib.getExe pkgs.nixfmt)];};
|
||||
};
|
||||
};
|
||||
"indentRainbow.ignoreErrorLanguages" = ["*"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue