▲ 69 r/neovim
Minifugit.nvim - A minimal Git plugin
Hi guys!
> Sorry for the video quality, I wanted to show the spit diff :_)
I've been building this Git plugin for a month now. It has to be improved, but I think it's usable now.
I've been using vim-fugitive since I started using Vim/Neovim 5 years ago. It's an amazing plugin, and this is inspired by it.
The thing is that I think we don't need so much features in a Git plugin nowadays. We focus more on reviewing code. So diffs are the main thing I wanted to focus on while developing this plugin.
What you can do with this plugin:
- Stage/Unstage files/hunks
- Visual selection for staging/unstaging
- Discard files/hunks with confirmation
- Stacked/Split view
- Commit
- Push
If you try it, I hope you like it. As I said, it has still things to improve.
u/vieitesss_ — 3 days ago