A simple tool utilize quickfix and vim-fugitive to review your code changes.
- VIM 8.0 or neovim
- vim-fugitive
Place this in your .vimrc:
Plugin 'code-winder/diffreview'
default split window show diff,you can put follow in your .vimrc, will vsplit window.
let g:ReviewDiffCommand = "Gvdiffsplit"
:Greview master
:Greview
Type ]q
.
Type [q
.