Skip to content

Commit

Permalink
Updated to use diff-so-fancy
Browse files Browse the repository at this point in the history
  • Loading branch information
tvs committed May 9, 2024
1 parent 2472214 commit 7ed129b
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
email = [email protected]
[core]
editor = nvim
pager = diff-so-fancy | less --tabs=4 -RF
[color]
diff = auto
status = auto
Expand Down Expand Up @@ -46,14 +47,17 @@
forget = update-index --assume-unchanged
remember = update-index --no-assume-unchanged
[diff]
tool = nvim -d
tool = vimdiff
[difftool]
prompt = false
[difftool "vimdiff"]
path = nvim
[merge]
tool = nvim -d
conflictstyle = diff3
tool = vimdiff
[mergetool]
prompt = false
prompt = false
[mergetool "vimdiff"]
path = nvim
[url "[email protected]:"]
insteadOf = https://github.com/
[url "[email protected]:"]
Expand All @@ -62,3 +66,5 @@
rebase = false
[init]
defaultBranch = main
[interactive]
diffFilter = diff-so-fancy --patch

0 comments on commit 7ed129b

Please sign in to comment.