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]
|
||||
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
|
||||
|
|
|
|||
|
|
@ -36,6 +36,7 @@ packages:
|
|||
- otf-monaspace-nerd
|
||||
- systemd-ukify
|
||||
- efibootmgr
|
||||
- git-delta
|
||||
|
||||
platform_packages: []
|
||||
modprobe_templates: []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue