diff options
Diffstat (limited to 'files/.gitconfig')
| -rw-r--r-- | files/.gitconfig | 13 |
1 files changed, 9 insertions, 4 deletions
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 |
