From 072408c298eec19979dc343a2e9ae75833bf5d60 Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Fri, 29 Jan 2021 01:25:19 +0300 Subject: [PATCH] git: adjust delta options --- etc/soft/git/gitconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/etc/soft/git/gitconfig b/etc/soft/git/gitconfig index ba8de81..2110bd2 100644 --- a/etc/soft/git/gitconfig +++ b/etc/soft/git/gitconfig @@ -4,7 +4,7 @@ [core] # pager = "less -R -X --ignore-case -w --jump-target=.5" - pager = delta --light --theme="OneHalfLight" --commit-style=box --file-style=box + pager = delta editor=nvim excludesfile = ~/.shellrc/etc/soft/git/gitignore-global quotepath = false @@ -12,6 +12,12 @@ autocrlf = input safecrlf = warn +[delta] + light = true + syntax-theme = "OneHalfLight" + commit-style = box + file-style = box + [gui] wmstate = normal geometry = 1278x971+1+22 212 188