feat: use nvim as default mergetool

This commit is contained in:
Michael Mandl 2021-07-19 11:33:12 +02:00
parent bd513894df
commit 8e3eebdcff
Signed by: mandlm
GPG key ID: 4AA25D647AA54CC7

View file

@ -61,7 +61,7 @@
[format]
pretty = format:%C(yellow)%h %Cblue%>(12)%ad %C(red)%G? %Cgreen%<(7,trunc)%aN%Cred%d %Creset%s
[merge]
tool = bc
tool = nvim
[mergetool "nvim"]
cmd = nvim -f -c \"Gdiffsplit!\" \"$MERGED\"
[mergetool "bc"]