0xda157's nixvim config

enable nixfmt

awwpotato bab6b480 cd72a38e

+2 -2
+2 -2
modules/plugins/conform/default.nix
··· 80 80 lua = [ "stylua" ]; 81 81 nix = { 82 82 __unkeyed-1 = "nix fmt"; 83 - # __unkeyed-2 = "nixfmt"; 84 - # stop_after_first = true; 83 + __unkeyed-2 = "nixfmt"; 84 + stop_after_first = true; 85 85 }; 86 86 rust = [ "rustfmt" ]; 87 87 bash = [ "shfmt" ];