Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
creasty committed Oct 11, 2023
1 parent 7875c9a commit a136f17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/git/config
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[core]
editor = nvim

# To turn off diff-so-fancy temporarily, you can do `g --no-pager d`.
# To turn off diff-so-fancy temporarily, you can do `git --no-pager`.
pager = diff-so-fancy | less --tabs=4 -RFX

[color]
Expand All @@ -18,6 +18,7 @@
[merge]
tool = vimdiff
ff = false
conflictStyle = diff3

[diff]
indentHeuristic = true
Expand Down

0 comments on commit a136f17

Please sign in to comment.