From bd3f93cdd0a2deeb29edcfdce6e19e324b5d7758 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Fri, 19 Sep 2014 18:39:04 +0200 Subject: [PATCH] neobundle config --- vimrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 "======================================================================