tangled
alpha
login
or
join now
da157.id
/
nixvim-cfg
0
fork
atom
0xda157's nixvim config
0
fork
atom
overview
issues
pulls
pipelines
enable nixfmt
awwpotato
11 months ago
bab6b480
cd72a38e
+2
-2
1 changed file
expand all
collapse all
unified
split
modules
plugins
conform
default.nix
+2
-2
modules/plugins/conform/default.nix
···
80
80
lua = [ "stylua" ];
81
81
nix = {
82
82
__unkeyed-1 = "nix fmt";
83
83
-
# __unkeyed-2 = "nixfmt";
84
84
-
# stop_after_first = true;
83
83
+
__unkeyed-2 = "nixfmt";
84
84
+
stop_after_first = true;
85
85
};
86
86
rust = [ "rustfmt" ];
87
87
bash = [ "shfmt" ];