home-manager-ivnglkv/dotfiles/.gitconfig
Ivan Golikov 6699bf3dcf feature: git: Using delta as difftool
This also enables highlighting in the fzf-fish for git-related searches
2026-09-12 03:46:03 +02:00

26 lines
372 B
INI

[user]
email = root@ivnglkv.me
name = Ivan Golikov
[push]
default = current
[credential]
helper = cache --timeout=600
[core]
editor = nvim
autocrlf = input
pager = delta
[init]
defaultBranch = main
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true # use n and N to move between diff sections
[merge]
conflictStyle = zdiff3