mirror of
https://github.com/nix-community/nixvim.git
synced 2026-08-24 10:14:03 -05:00
treewide: nixfmt-rfc-style -> nixfmt
This commit is contained in:
committed by
Matt Sturgeon
parent
4c09a1ac2d
commit
c82140ffe0
@@ -29,7 +29,6 @@
|
||||
};
|
||||
nixfmt = {
|
||||
enable = true;
|
||||
package = pkgs.nixfmt-rfc-style;
|
||||
};
|
||||
prettier = {
|
||||
enable = true;
|
||||
|
||||
@@ -83,7 +83,7 @@
|
||||
notify_no_formatters = false;
|
||||
formatters = {
|
||||
nixfmt = {
|
||||
command = lib.getExe pkgs.nixfmt-rfc-style;
|
||||
command = lib.getExe pkgs.nixfmt;
|
||||
};
|
||||
myFormatter = {
|
||||
command = "myCmd";
|
||||
|
||||
Reference in New Issue
Block a user