diff --git a/git/.gitconfig b/git/.gitconfig index a92f35c..f8e0739 100644 --- a/git/.gitconfig +++ b/git/.gitconfig @@ -29,7 +29,7 @@ [url "ssh://git@code.waarp.fr:2222"] insteadOf = https://code.waarp.fr [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 [mergetool "nvim"] cmd = nvim -d $LOCAL $MERGED $REMOTE -c 'wincmd l'