Commit 9fbbcb78fafa

Vincent Demeester <vincent@sbr.pm>
2024-01-25 13:15:39
Set diff algorithm to histogram
See https://adamj.eu/tech/2024/01/18/git-improve-diff-histogram/. Might not be usefull with difftastic but still. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent d3b92b2
Changed files (1)
users
vincent
users/vincent/core/git.nix
@@ -104,6 +104,7 @@ in
         untracked = "red";
       };
       diff = {
+        algorithm = "histogram";
         external = "difft";
         tool = "difftastic";
       };