Update delta configuration to use the new format from delta 0.2.0, and also turn on line numbering?
This commit is contained in:
parent
b978b96fb4
commit
6c8fa3a177
1 changed files with 5 additions and 1 deletions
|
@ -31,11 +31,15 @@
|
|||
ui = auto
|
||||
|
||||
[core]
|
||||
pager = delta --theme='Monokai Extended'
|
||||
pager = delta
|
||||
|
||||
[interactive]
|
||||
diffFilter = delta --color-only
|
||||
|
||||
[delta]
|
||||
line-numbers = true
|
||||
syntax-theme = 'Monokai Extended'
|
||||
|
||||
[diff]
|
||||
colorMoved = true
|
||||
|
||||
|
|
Loading…
Reference in a new issue