Provide a handy command to use tig from the neovim terminal.
- currently
- neovim only
- executes
tig status
in neovim's vsplit terminal - don't nest commit editor(if you have neovim-remote)
- future
- works with both vim and neovim
- add new command following other tig's subcommand
- Windows support
:Tig
For vim-plug plugin manager:
Plug 'devoc09/vim-tig'
" Start up in status view (default)
let g:start_status_view = 1
" Start up in tig view (no subcommand)
let g:start_status_view = 0
- tig
- neovim (author's env is neovim-v0.6.0)
- neovim-remote (option)