From 8e7a71c85dfa95d635f9306aac2ab5d4da6b9753 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Thu, 12 Oct 2023 22:10:05 +0200 Subject: set nvim as diff tool --- public/git/.gitconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'public') 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] -- cgit v1.2.3