Update Vim to use Vundle, thus removed many submodules

This commit is contained in:
Bill Niblock 2015-10-27 19:10:16 -04:00
parent 2086540df2
commit e515a7c33e
13 changed files with 43 additions and 30 deletions

View file

@ -22,8 +22,13 @@ set showcmd
" Enables addons via Pathogen
" Add-ons go in ~/.vim/bundle/
runtime bundle/vim-pathogen/autoload/pathogen.vim
execute pathogen#infect()
" runtime bundle/vim-pathogen/autoload/pathogen.vim
" execute pathogen#infect()
" Load plugins with Vundle
if filereadable(expand("~/.vimrc.bundles"))
source ~/.vimrc.bundles
endif
" Airline configuration
set laststatus=2