feat: use nvim as default mergetool

main
mandlm 2021-07-19 11:33:12 +02:00
parent bd513894df
commit 8e3eebdcff
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 1 additions and 1 deletions

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"]