Replies: 1 comment 1 reply
-
There's no built-in support for the exact behavior you seek. See #132 for further discussion including user provided solutions. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I started using
git difftool
with neovim in such fashion:Which interactively opens files one by one in diff view of neovim.
Is there some way to reproduce that but from inside neovim itself using vim-fugitive, so it would create a quickfix list of diffs and selecting an entry would show the corresponding diff view in a vertical split?
I found
:Git difftool ...
but not sure how to make it work similar to what I need.Beta Was this translation helpful? Give feedback.
All reactions