Use delta as diff tool
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
00d531cf77
commit
4e365ba312
1 changed files with 13 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
pager = delta
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
rebase = false
|
rebase = false
|
||||||
|
@ -60,6 +61,18 @@
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
|
[delta]
|
||||||
|
features = side-by-side line-numbers decorations
|
||||||
|
whitespace-error-style = 22 reverse
|
||||||
|
|
||||||
|
[delta "decorations"]
|
||||||
|
commit-decoration-style = bold yellow box ul
|
||||||
|
file-style = bold yellow ul
|
||||||
|
file-decoration-style = none
|
||||||
|
|
||||||
[url "git@gitlab.com:severinkaderli/"]
|
[url "git@gitlab.com:severinkaderli/"]
|
||||||
insteadOf = gl:
|
insteadOf = gl:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue