mirror of
https://github.com/fred-drake/neovim.git
synced 2026-06-05 14:59:28 -05:00
Changed formatter
This commit is contained in:
+4
-1
@@ -140,7 +140,10 @@ in { pkgs, ... }: {
|
||||
black.enable = true;
|
||||
hclfmt.enable = true;
|
||||
just.enable = true;
|
||||
nixfmt.enable = true;
|
||||
nixfmt = {
|
||||
enable = true;
|
||||
package = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
opentofu_fmt.enable = true;
|
||||
prettier.enable = true;
|
||||
# rubyfmt is broken on darwin-based systems
|
||||
|
||||
Reference in New Issue
Block a user