Switch from diff-so-fancy to delta, which is prettier AND does syntax highlighting too
This commit is contained in:
parent
32b4d27cd4
commit
46366fb89c
1 changed files with 4 additions and 1 deletions
|
@ -31,7 +31,10 @@
|
||||||
ui = auto
|
ui = auto
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
pager = "diff-so-fancy | less --tabs=4 -RFX"
|
pager = delta --theme='Monokai Extended'
|
||||||
|
|
||||||
|
[interactive]
|
||||||
|
diffFilter = delta --color-only
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
colorMoved = true
|
colorMoved = true
|
||||||
|
|
Loading…
Reference in a new issue