Add difftastic.

This commit is contained in:
Sebastian Bugge 2025-07-29 20:46:01 +02:00
parent 67f467e325
commit 15986052dd
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691
2 changed files with 10 additions and 1 deletions

View file

@ -1,6 +1,7 @@
[tools]
bun = "latest"
deno = "latest"
difftastic = "latest"
erlang = "latest"
gleam = "latest"
neovim = "latest"

View file

@ -26,5 +26,13 @@
path = ~/code/.gitconfig
[branch]
sort = committerdate
# difftastic stuff
[diff]
algorithm = histogram
external = difft
tool = difftastic
[difftool]
prompt = false
[pager]
difftool = true
[diff]
tool = difftastic