git delta and fzf updates

This commit is contained in:
Josh Patra
2024-04-21 17:50:08 -04:00
parent eb3c1de521
commit ac10aec587
2 changed files with 57 additions and 4 deletions

View File

@@ -6,7 +6,21 @@
tool = nvimdiff
[core]
editor = nvim
pager = delta
[commit]
gpgsign = true
[tag]
gpgSign = true
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
side-by-side = true
# delta detects terminal colors automatically; set one of these to disable auto-detection
# dark = true
# light = true
[merge]
conflictstyle = diff3
[diff]
colorMoved = default