git: Add delta
This commit is contained in:
parent
8d88de07a7
commit
fa95b41e51
|
@ -8,6 +8,7 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
excludesfile = ~/.gitignore
|
excludesfile = ~/.gitignore
|
||||||
|
pager = delta
|
||||||
quotepath = off
|
quotepath = off
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
|
@ -18,3 +19,18 @@
|
||||||
|
|
||||||
[pull]
|
[pull]
|
||||||
ff = only
|
ff = only
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
|
[delta]
|
||||||
|
line-numbers = true
|
||||||
|
side-by-side = true
|
||||||
|
decorations = true
|
||||||
|
features = decorations
|
||||||
|
syntax-theme = base16
|
||||||
|
|
||||||
|
[delta "decorations"]
|
||||||
|
commit-decoration-style = bold yellow box ul
|
||||||
|
file-style = bold yellow ul
|
||||||
|
file-decoration-style = none
|
||||||
|
|
Reference in a new issue