0xda157's nixvim config

nix: only use flake formatter

awwpotato b6a43362 d2db5745

+3 -3
+2 -2
modules/plugins/conform/default.nix
··· 79 79 python = [ "black" ]; 80 80 lua = [ "stylua" ]; 81 81 nix = { 82 - stop_after_first = true; 83 82 __unkeyed-1 = "nix fmt"; 84 - __unkeyed-2 = "nixfmt"; 83 + # __unkeyed-2 = "nixfmt"; 84 + # stop_after_first = true; 85 85 }; 86 86 rust = [ "rustfmt" ]; 87 87 bash = [ "shfmt" ];
+1 -1
modules/plugins/lsp/default.nix
··· 63 63 jsonls.enable = true; 64 64 nixd = { 65 65 enable = true; 66 - settings.formatting.command = [ "nixfmt" ]; 66 + settings.formatting.command = [ "nix fmt" ]; 67 67 }; 68 68 ansiblels.enable = true; 69 69 dockerls.enable = true;