Add tox and tig commands for Neovim with Neoterm

Maybe todo: add to vim8 and remove plugin dependency
This commit is contained in:
ViViDboarder 2017-11-08 13:55:26 -08:00
parent ba6c42657a
commit c530562b12
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,8 @@ if (v:version > 703)
end
if has('nvim')
Plug 'kassio/neoterm'
command! Tig :T tig<CR>
command! Tox :T tox<CR>
endif
if (has('nvim') || v:version >= 800)
call s:smart_source_rc('plugins/neomake')