use difftastic

This commit is contained in:
nicco
2026-03-27 10:09:14 +01:00
parent 1d0fae719d
commit ef91455367
6 changed files with 15 additions and 9 deletions

View File

@@ -4,12 +4,9 @@
process = git-lfs filter-process
required = true
[core]
pager = delta
excludesfile = ~/.gitignore_global
autocrlf = input
ignorecase=false
[interactive]
diffFilter = delta --color-only
[pull]
rebase = false
@@ -31,5 +28,5 @@
[include]
path = ~/.gitconfig.local
[delta]
navigate = true
[diff]
external = difft

View File

@@ -0,0 +1,5 @@
# yaml-language-server: $schema=https://raw.githubusercontent.com/jesseduffield/lazygit/master/schema/config.json
git:
pagers:
- externalDiffCommand: difft --color=always