Add git delta configuration
This commit is contained in:
parent
928770a745
commit
ff1cfaca45
2 changed files with 13 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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: []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue