git: use nvim as mergetool (and difftool)

This commit is contained in:
Fernando Schauenburg 2021-01-03 23:50:49 +01:00
parent 3ad4f7d72b
commit 57aaa79a30

View file

@ -52,6 +52,15 @@
[push] [push]
default = nothing default = nothing
[merge]
tool = vimdiff
[mergetool]
prompt = false
[mergetool "vimdiff"]
path = nvim
[color] [color]
ui = auto ui = auto