git: Add delta
This commit is contained in:
parent
8d88de07a7
commit
fa95b41e51
|
@ -8,6 +8,7 @@
|
|||
|
||||
[core]
|
||||
excludesfile = ~/.gitignore
|
||||
pager = delta
|
||||
quotepath = off
|
||||
|
||||
[filter "lfs"]
|
||||
|
@ -18,3 +19,18 @@
|
|||
|
||||
[pull]
|
||||
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