summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/git/.gitconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/public/git/.gitconfig b/public/git/.gitconfig
index 64e9fd3..61d7614 100644
--- a/public/git/.gitconfig
+++ b/public/git/.gitconfig
@@ -9,10 +9,10 @@
signingkey = 0x8B6B1A3CF906CCEC
[commit]
gpgsign = 1
+[diff]
+ tool = nvimdiff
[core]
excludesfile = ~/.gitignore_global
- ;fsmonitor = true
- ;untrackedcache = true
[pull]
rebase = false
[push]