From: Samir Benmendil Date: Sat, 1 Feb 2014 04:07:13 +0000 (+0100) Subject: vimrc: remove Command-T plugin X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/15bd4dfdb77f3b82d22c71de950a4d0be1f78784 vimrc: remove Command-T plugin --- diff --git a/vim/vimrc b/vim/vimrc index a26e158..b9ebb67 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -12,7 +12,6 @@ set rtp+=$XDG_DATA_HOME/vim/vundle call vundle#rc('$XDG_DATA_HOME/vim') Bundle 'gmarik/vundle' -Bundle 'wincent/Command-T' Bundle 'bling/vim-airline' Bundle 'ctrlp.vim' Bundle 'fugitive.vim'