Skip to content

Commit

Permalink
Improve plugin integration comparison
Browse files Browse the repository at this point in the history
Be more fair to the other plugins.

It's not fair to compare on the basis of plugin extension status without
mentioning other integration capabilities.
  • Loading branch information
rbong committed Aug 12, 2024
1 parent 2878d16 commit 717a669
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,12 @@ gitgraph.nvim is also customizable.
Flog supports Vim and Neovim, as do gv.vim and gitv.
gitgraph.nvim only supports Neovim.

**Git client integration**
**Plugin integration**

Flog is designed as an extension to [fugitive.vim](https://github.com/tpope/vim-fugitive).
gitv also integrates with fugitive.vim.
The other plugins do not integrate with third-party git plugins by default.
gitv is also an extension for fugitive.vim.
gv.vim requires fugitive.vim, but has less integration features by design.
gitgraph.nvim has hooks to integrate with plugins such as [diffview](https://github.com/sindrets/diffview.nvim).

**Code quality and testing strategy**

Expand Down

0 comments on commit 717a669

Please sign in to comment.