diff --git a/vim/rc/plugins.rc.vim b/vim/rc/plugins.rc.vim index 773351c..4dd5fb1 100644 --- a/vim/rc/plugins.rc.vim +++ b/vim/rc/plugins.rc.vim @@ -58,13 +58,6 @@ if (v:version > 703) && !exists('g:gui_oni') command! TagsUpdate :GutentagsUpdate end -" TODO: Probably remove -if has('nvim') - Plug 'kassio/neoterm', { 'on': ['TREPLSend', 'TREPLSendFile', 'T'] } - command! Tig :T tig - command! Tox :T tox -endif - " TODO: Maybe ALE. Similar reason as coc.nvim. Probably only using latest vim " if developing seriously if (has('nvim') || v:version >= 800)