- Git open all changed files (goacf) plugin for neovim.
- Plug:
Plug 'senkentarou/goacf.nvim'
- Please execute
:Goacf
command on .git repository, then open all changed files. - Or set keymap as below,
nnoremap <silent> <C-g><C-o> :<C-u>Goacf<CR>
- Load under development plugin files on root repository.
nvim --cmd "set rtp+=."
- MIT