Add git delta configuration

This commit is contained in:
Sonny Bakker 2024-10-07 20:49:47 +02:00
parent 928770a745
commit ff1cfaca45
2 changed files with 13 additions and 0 deletions

View file

@ -7,9 +7,21 @@ signingkey = {{ gpg_pub_key }}
[core]
editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only
[pull]
rebase = false
[merge]
tool = nvimdiff
conflictstyle = diff3
[diff]
colorMoved = default
[delta]
navigate = true
hyperlinks = true

View file

@ -36,6 +36,7 @@ packages:
- otf-monaspace-nerd
- systemd-ukify
- efibootmgr
- git-delta
platform_packages: []
modprobe_templates: []