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]
|
||||
bun = "latest"
|
||||
deno = "latest"
|
||||
difftastic = "latest"
|
||||
erlang = "latest"
|
||||
gleam = "latest"
|
||||
neovim = "latest"
|
||||
|
|
10
.gitconfig
10
.gitconfig
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue