forked from Shinonome/fred-neovim
Changed formatter
This commit is contained in:
+4
-1
@@ -140,7 +140,10 @@ in { pkgs, ... }: {
|
|||||||
black.enable = true;
|
black.enable = true;
|
||||||
hclfmt.enable = true;
|
hclfmt.enable = true;
|
||||||
just.enable = true;
|
just.enable = true;
|
||||||
nixfmt.enable = true;
|
nixfmt = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.nixfmt-rfc-style;
|
||||||
|
};
|
||||||
opentofu_fmt.enable = true;
|
opentofu_fmt.enable = true;
|
||||||
prettier.enable = true;
|
prettier.enable = true;
|
||||||
# rubyfmt is broken on darwin-based systems
|
# rubyfmt is broken on darwin-based systems
|
||||||
|
|||||||
Reference in New Issue
Block a user