carzhang / vim-configure

0 stars 0 forks source link

Some errors raised with I use this config #1

Open thorneliu opened 7 years ago

thorneliu commented 7 years ago

➜ ~ vim Error detected while processing /Users/apple/.vimrc: line 17: E117: Unknown function: vundle#begin line 19: E492: Not an editor command: Plugin 'gmarik/Vundle.vim' line 20: E492: Not an editor command: Plugin 'jiangmiao/auto-pairs' line 21: E492: Not an editor command: Plugin 'vimgdb' line 22: E492: Not an editor command: Plugin 'gprof.vim' line 23: E492: Not an editor command: Plugin 'valgrind.vim' line 24: E492: Not an editor command: Plugin 'SuperTab' line 25: E492: Not an editor command: Bundle 'scrooloose/nerdtree' line 26: E492: Not an editor command: Plugin 'pwdstatus.vim' line 27: E492: Not an editor command: Plugin 'Valloric/YouCompleteMe' line 28: E492: Not an editor command: Plugin 'vimgrep.vim' line 29: E117: Unknown function: vundle#end Press ENTER or type command to continue

carzhang commented 7 years ago

replace set rtp+=~/.vim/bundle/Vundle.vim to set rtp+=/home/zsl/.vim/bundle/Vundle.vim /home/zsl is my home dir.