remove wrong vundlepath

This commit is contained in:
2015-12-18 03:04:13 +01:00
parent 75b6f01f2e
commit 3ff90208ee

View File

@@ -12,7 +12,7 @@ filetype off " required
set rtp+=~/.vim/bundle/Vundle.vim set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin() call vundle#begin()
" alternatively, pass a path where Vundle should install plugins " alternatively, pass a path where Vundle should install plugins
call vundle#begin('~/some/path/here') " call vundle#begin('~/some/path/here')
" let Vundle manage Vundle, required " let Vundle manage Vundle, required
Plugin 'VundleVim/Vundle.vim' Plugin 'VundleVim/Vundle.vim'