Skip to content

Commit

Permalink
modified vimrc for vundle
Browse files Browse the repository at this point in the history
Signed-off-by: gisphm <[email protected]>
  • Loading branch information
gisphm committed May 5, 2015
1 parent 5e3494e commit f575a05
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,17 @@
"
" }}}

" NeoBundle {{{
" Vundle {{{

if !1 | finish | endif
set nocompatible
filetype off

if has('vim_starting')
if &compatible
set nocompatible
endif
set runtimepath+=~/.vim/bundle/neobundle.vim/
endif
set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()

call neobundle#begin(expand("~/.vim/bundle/"))
Plugin 'gmarik/Vundle.vim'

NeoBundleFetch "Shougo/neobundle.vim"

let vimbundles = '~/.vim/neobundles/'
let vimbundles = '~/.vim/vundles/'
for eachbundle in split(globpath(vimbundles, '*.vim'), '\n')
exe 'source' eachbundle
endfor
Expand All @@ -42,8 +37,6 @@ call neobundle#end()

filetype plugin indent on

NeoBundleCheck

" }}}

" Configurations {{{
Expand Down

0 comments on commit f575a05

Please sign in to comment.