vim: check for vundle before adding bundles
This commit is contained in:
parent
6ce8be9db1
commit
b665bb040f
@ -2,6 +2,7 @@ set nocompatible
|
||||
|
||||
" VUNDLE
|
||||
" {
|
||||
if filereadable(expand("$HOME/.vim/bundle/vundle/README.md"))
|
||||
filetype off " required!
|
||||
|
||||
set rtp+=~/.vim/bundle/vundle/
|
||||
@ -26,6 +27,7 @@ Bundle 'The-NERD-tree'
|
||||
Bundle 'The-NERD-Commenter'
|
||||
Bundle 'closetag.vim'
|
||||
Bundle 'VisIncr'
|
||||
endif
|
||||
" }
|
||||
|
||||
filetype plugin indent on
|
||||
|
Loading…
x
Reference in New Issue
Block a user