refactor(git): update git-delta configuration

This commit is contained in:
George Rawlinson 2022-06-14 17:11:32 +12:00
parent ee3142733a
commit a4d335eada
Signed by: grawlinson
GPG Key ID: E0959FEA8B550539
1 changed files with 8 additions and 5 deletions

View File

@ -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