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] [core]
editor = nvim editor = nvim
pager = delta
[interactive]
diffFilter = delta --color-only
[pull] [pull]
rebase = false rebase = false
[merge] [merge]
tool = nvimdiff tool = nvimdiff
conflictstyle = diff3
[diff]
colorMoved = default
[delta]
navigate = true
hyperlinks = true

View file

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