From f7a7833abf497351087f3583f6490f149bb374be Mon Sep 17 00:00:00 2001 From: Anton Bobov Date: Thu, 18 Dec 2025 23:03:15 +0500 Subject: git: migrate to delta from diff-so-fancy --- files/.gitconfig | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'files/.gitconfig') diff --git a/files/.gitconfig b/files/.gitconfig index d89fa3d..12ae541 100644 --- a/files/.gitconfig +++ b/files/.gitconfig @@ -26,9 +26,14 @@ colorMoved = true submodule = log mnemonicprefix = true -[diff-so-fancy] - stripLeadingSymbols = false - markEmptyLines = false +[delta] + light = true + syntax-theme = Solarized (light) + navigate = true + file-decoration-style = ol ul + hyperlinks = true +[interactive] + diffFilter = delta --color-only [grep] lineNumber = true [merge] @@ -36,7 +41,7 @@ stat = true tool = vimdiff [core] - pager = diff-so-fancy | less -+$LESS -FRX + pager = delta excludesfile = ~/.gitignore quotepath = false attributesfile = ~/.gitattributes -- cgit v1.2.3