get rid of csv plugin

This commit is contained in:
Paul Trowbridge 2020-12-16 17:20:42 -05:00
parent ce4e16917c
commit 874faedf0b

1
.vimrc
View File

@ -11,7 +11,6 @@ Plugin 'scrooloose/nerdtree'
Plugin 'tpope/vim-fugitive'
Plugin 'edkolev/tmuxline.vim'
Plugin 'vim-airline/vim-airline-themes'
Plugin 'chrisbra/csv.vim'
"Plugin 'Lokaltog/powerline', {'rtp': 'powerline/bindings/vim/'}
" All of your Plugins must be added before the following line
call vundle#end() " required