From c530562b1269821e5926c1db558e6f2827b97b87 Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Wed, 8 Nov 2017 13:55:26 -0800 Subject: [PATCH] Add tox and tig commands for Neovim with Neoterm Maybe todo: add to vim8 and remove plugin dependency --- vim/rc/plugins.rc.vim | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vim/rc/plugins.rc.vim b/vim/rc/plugins.rc.vim index 251801a..8a2c0f6 100644 --- a/vim/rc/plugins.rc.vim +++ b/vim/rc/plugins.rc.vim @@ -50,6 +50,8 @@ if (v:version > 703) end if has('nvim') Plug 'kassio/neoterm' + command! Tig :T tig + command! Tox :T tox endif if (has('nvim') || v:version >= 800) call s:smart_source_rc('plugins/neomake')