Update Vim to use Vundle, thus removed many submodules
This commit is contained in:
parent
2086540df2
commit
e515a7c33e
13 changed files with 43 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue