diff --git a/vimrc b/vimrc index 3796ff2..2f36ac0 100644 --- a/vimrc +++ b/vimrc @@ -7,7 +7,7 @@ if has('vim_starting') set runtimepath+=~/.vim/bundle/neobundle.vim/ endif -call neobundle#rc(expand('~/.vim/bundle/')) +call neobundle#begin(expand('~/.vim/bundle/')) " Let NeoBundle manage NeoBundle NeoBundleFetch 'Shougo/neobundle.vim' @@ -70,6 +70,10 @@ NeoBundle 'tpope/vim-markdown' NeoBundle 'altercation/vim-colors-solarized' +" end neobundle config +call neobundle#end() + + "====================================================================== " Default sane config "======================================================================