Use Neovim as git mergetool
[merge] | |
tool = vimdiff | |
[mergetool] | |
keepBackup = false | |
[mergetool "vimdiff"] | |
cmd = nvim -d $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment