Git: Switch back to nvim for diff and mergetool

This commit is contained in:
Marko Korhonen 2023-05-25 08:41:18 +03:00
parent fae5908673
commit 80b724faf9

View file

@ -21,7 +21,7 @@
[merge]
prompt = false
conflictstyle = diff3
tool = meld
tool = nvim
[mergetool]
keepBackup = false
@ -30,6 +30,9 @@
[mergetool "nvim"]
cmd = nvim -d $LOCAL $BASE $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
[diff]
tool = nvim
[difftool]
prompt = false