Added vim plugin ap/vim-buftabline.

This commit is contained in:
Scott Wallace 2014-11-16 13:33:13 +00:00
parent a6c508fcd7
commit 677fd18706

1
.vimrc
View file

@ -16,6 +16,7 @@ Plugin 'Shougo/neocomplcache.vim'
Plugin 'kien/ctrlp.vim'
Plugin 'rodjek/vim-puppet'
Plugin 'godlygeek/tabular'
Plugin 'ap/vim-buftabline'
" All of your Plugins must be added before the following line
call vundle#end() " required