diff --git a/.gitconfig b/.gitconfig index 0f7cae7..a16307e 100644 --- a/.gitconfig +++ b/.gitconfig @@ -47,6 +47,10 @@ conflictstyle = diff3 ff = false tool = vimdiff +[mergetool "vimdiff"] + path = nvim +[mergetool "nvimdiff"] + cmd = nvim -d \"$BASE\" \"$LOCAL\" \"$REMOTE\" \"$MERGED\" [mergetool "sourcetree"] cmd = /Applications/SourceTree.app/Contents/Resources/opendiff-w.sh \"$LOCAL\" \"$REMOTE\" -ancestor \"$BASE\" -merge \"$MERGED\" trustExitCode = true