2
0
mirror of https://github.com/webgefrickel/dotfiles synced 2024-11-17 09:25:52 +00:00

neobundle config

This commit is contained in:
Steffen Rademacker 2014-09-19 18:39:04 +02:00
parent ea1d1027db
commit bd3f93cdd0

6
vimrc
View File

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