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] [tools]
bun = "latest" bun = "latest"
deno = "latest" deno = "latest"
difftastic = "latest"
erlang = "latest" erlang = "latest"
gleam = "latest" gleam = "latest"
neovim = "latest" neovim = "latest"

View file

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