neobundle config

main
Steffen Rademacker 10 years ago
parent ea1d1027db
commit bd3f93cdd0

@ -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
"======================================================================

Loading…
Cancel
Save