Diff Review
A simple tool utilize quickfix and vim-fugitive to review your code changes.
Prerequisites
- VIM 8.0 or neovim
- vim-fugitive
Installation
Place this in your .vimrc:
Plugin 'codable/diffreview'
Usage
Review changes from master
:Greview master
Review changes in current working directory
:Greview
Move to next file
Type ]q.
Move to prev file
Type [q.
