home

My NixOS systems configurations.
Log | Files | Refs | LICENSE

commit 9fbbcb78fafa1eb9f78e1ac094e165ee855cf2cc
parent d3b92b2f68d64d296675cbe7bcaff858e9a2a0d6
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 25 Jan 2024 13:15:39 +0100

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>

Diffstat:
Musers/vincent/core/git.nix | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/users/vincent/core/git.nix b/users/vincent/core/git.nix @@ -104,6 +104,7 @@ in untracked = "red"; }; diff = { + algorithm = "histogram"; external = "difft"; tool = "difftastic"; };