commit 43959775c195977a7beba3e0704939ebd1abcb78
parent 53581af7378da35995d2b6f19c9c40d26f12e4bb
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Fri, 4 Dec 2020 18:15:23 -0500
Update git config
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.config/git/config b/.config/git/config
@@ -21,8 +21,10 @@
u = unstage
a = add
hist = log --graph --topo-order --date=short --pretty=format:'%C(auto)%h %C(reset)%<(52)%s %C(bold blue)%<(30)%ae %C(reset)%C(green)%cr (%cd) %C(auto)%d'
+[diff]
+ tool = nvimdiff
[merge]
- tool = vimdiff
+ tool = nvimdiff
[pull]
rebase = false
[push]