Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

git mergetool issues #157

Open
vito-c opened this issue Aug 28, 2020 · 0 comments
Open

git mergetool issues #157

vito-c opened this issue Aug 28, 2020 · 0 comments

Comments

@vito-c
Copy link

vito-c commented Aug 28, 2020

I recently updated to neovim 0.4.4 and I have nvr setup to be my merge tool.

When I open a new brand new terminal and run git mergetool it runs nvim and brings me to the start screen. I have to quit neovim and say the files weren't merged correctly then start neovim and :terminal then run git mergetool and then I have to hit enter 3 times as the 3 way diff opens up. Then I have to quit neovim and do the same open close process again for the next file.

My mergetool in my git config

[mergetool]
	keepBackup = false
	prompt = false
[mergetool "nvr"]
  #cmd = vimdiff --remote-wait-silent -d $BASE $LOCAL $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
  cmd = nvr -s -d $LOCAL $BASE $REMOTE $MERGED -c 'wincmd J | wincmd ='
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant