From 9d887196fc02612a0a4dca222d4d85c4801b0243 Mon Sep 17 00:00:00 2001 From: Bruno Carlin Date: Wed, 30 Mar 2022 10:35:50 +0200 Subject: [PATCH] fix(git) arguments for the delta pager command changed --- git/.gitconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'