GitHub based code review tool for neovim.
- bash
- jq
- GitHub CLI
- Neovim
For vim-plug
1 Write this line
# your .vimrc
Plug 'himanoa/goshiteki'
2 Run this command
gh auth login
- Open the review target file for neovim
- Execute
:GoshitekiStart
ex command. - Move the cursor to the place where you want to comment and execute
:GoshitekiLineComment
- Submit a review
:GoshitekiComment
orGoshitekiApprove
orGoshitekiRequestChanges