fix(git) arguments for the delta pager command changed
This commit is contained in:
parent
7d59679297
commit
9d887196fc
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
[url "ssh://git@code.waarp.fr:2222"]
|
[url "ssh://git@code.waarp.fr:2222"]
|
||||||
insteadOf = https://code.waarp.fr
|
insteadOf = https://code.waarp.fr
|
||||||
[core]
|
[core]
|
||||||
pager = delta --dark --theme 'Solarized (dark)'
|
pager = delta --dark --syntax-theme 'Solarized (dark)'
|
||||||
# define command which will be used when "nvim" is set as a merge tool
|
# define command which will be used when "nvim" is set as a merge tool
|
||||||
[mergetool "nvim"]
|
[mergetool "nvim"]
|
||||||
cmd = nvim -d $LOCAL $MERGED $REMOTE -c 'wincmd l'
|
cmd = nvim -d $LOCAL $MERGED $REMOTE -c 'wincmd l'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue