Add difftastic.
This commit is contained in:
parent
67f467e325
commit
15986052dd
2 changed files with 10 additions and 1 deletions
|
@ -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"
|
||||||
|
|
10
.gitconfig
10
.gitconfig
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue