fix(git) arguments for the delta pager command changed

This commit is contained in:
Bruno Carlin 2022-03-30 10:35:50 +02:00
parent 7d59679297
commit 9d887196fc

View file

@ -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'