refactor(git): update git-delta configuration
This commit is contained in:
parent
ee3142733a
commit
a4d335eada
1 changed files with 8 additions and 5 deletions
|
@ -8,6 +8,7 @@
|
||||||
editor = nvim
|
editor = nvim
|
||||||
# fix whitespace issues
|
# fix whitespace issues
|
||||||
whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space
|
whitespace = fix, blank-at-eol, blank-at-eof, space-before-tab, trailing-space
|
||||||
|
pager = delta
|
||||||
|
|
||||||
[color]
|
[color]
|
||||||
# automatically color output, except when piping
|
# automatically color output, except when piping
|
||||||
|
@ -43,12 +44,14 @@
|
||||||
# use git-delta for diff/log
|
# use git-delta for diff/log
|
||||||
[delta]
|
[delta]
|
||||||
navigate = true
|
navigate = true
|
||||||
|
light = false
|
||||||
|
|
||||||
[interactive]
|
[interactive]
|
||||||
diffFilter = delta --color-only
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
[pager]
|
[merge]
|
||||||
diff = delta
|
conflictstyle = diff3
|
||||||
log = delta
|
|
||||||
reflog = delta
|
[diff]
|
||||||
show = delta
|
colorMoved = default
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue