diff options
| author | Anton Bobov <anton@bobov.name> | 2025-12-18 23:03:15 +0500 |
|---|---|---|
| committer | Anton Bobov <anton@bobov.name> | 2025-12-25 14:27:25 +0500 |
| commit | f7a7833abf497351087f3583f6490f149bb374be (patch) | |
| tree | b4f18d3fb71ab4ae87091442ce13927f8ff9dbd9 /files/.gitconfig | |
| parent | 76c88387e6ba4e5da22d0cd75c1a3888b758453e (diff) | |
git: migrate to delta from diff-so-fancy
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 |
