use difftastic when rendering jj diffs

This commit is contained in:
sloane 2024-11-12 09:38:49 -05:00
parent 25e4b4de09
commit 19a48eee3c
Signed by: sloanelybutsurely
SSH key fingerprint: SHA256:8SBnwhl+RY3oEyQxy1a9wByPzxWM0x+/Ejc+sIlY5qQ

View file

@ -13,6 +13,7 @@ program = "/Applications/1Password.app/Contents/MacOS/op-ssh-sign"
paginate = "never" paginate = "never"
default-command = "log" default-command = "log"
editor = "nvim" editor = "nvim"
diff.tool = ["difft", "--color=always", "$left", "$right"]
[user] [user]
email = "git@sloanelybutsurely.com" email = "git@sloanelybutsurely.com"