Skip to content

What's the explicit difference between this and vim-fugitive? #539

Answered by ten3roberts
Ciel-MC asked this question in Q&A
Discussion options

You must be logged in to vote

The CKolkey fork has now arrived in master.

And you are correct, Fugitive is its own thing which serves to be a Magit inspired solution for Git workflow inside Vim.

Fugitive uses a more Vim idiomatic workflow, such as relying on Ex commands and as such works more like a smart terminal which you feed commands.

Neogit is perhaps closer to Magit and also serves to bring a Git workflow to Neovim. However, Neogit aims to achive a much more interactive interface with popups, navigation, keybindings and selection screens. An example which neatly illustrates this is the rebasing workflow.

Fugitive provides a status like buffer which displays the current git state and in-progress rebases and stage…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@Ciel-MC
Comment options

@CKolkey
Comment options

@ten3roberts
Comment options

Answer selected by CKolkey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants