1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2025-12-06 08:10:43 +01:00

feat(git): use difftastic

This commit is contained in:
Ryan Cao 2023-12-29 21:30:01 +08:00
parent 980fe1369f
commit 6fbe70caec
Signed by: ryanccn
SSH key fingerprint: SHA256:NtP/BlVhoQq4xU6BEcZeT8nIPvHntkJ3lIc2yB+F09E

View file

@ -3,7 +3,11 @@
enable = true; enable = true;
package = pkgs.gitAndTools.gitFull; package = pkgs.gitAndTools.gitFull;
diff-so-fancy.enable = true; difftastic = {
enable = true;
display = "inline";
};
ignores = [ ignores = [
".DS_Store" ".DS_Store"
".direnv/" ".direnv/"