Enable word-level diff highlighting for git

This commit is contained in:
2026-03-29 23:56:50 +02:00
parent 61b402612b
commit a558fe7d89

View File

@@ -4,6 +4,14 @@
signingkey = 9893DA236405AF57
[core]
excludesfile = /home/coolneng/.config/git/global_gitignore
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
navigate = true
dark = true
[merge]
conflictStyle = zdiff3
[credential]
helper = !pass-git-helper $@
[commit]