From fbab69f00efb94c7128b178298ecc96d953334be Mon Sep 17 00:00:00 2001 From: ViViDboarder Date: Mon, 21 Oct 2019 15:51:18 -0700 Subject: [PATCH] Remove neoterm I never really use it --- vim/rc/plugins.rc.vim | 7 ------- 1 file changed, 7 deletions(-) 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)