I've installed vundle (git cloned) vim vundle package manager. It seems like I was not even able to install a single plugins. I would like to uninstall it and start fresh with vim. Any suggestions?
Asked
Active
Viewed 6,783 times
5
-
1`rm -rf $HOME/.vim && rm $HOME/.vimrc`? – Kent Jan 08 '16 at 16:19
1 Answers
8
Remove this from your ~/.vimrc:
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
And then remove the ~/.vim directory

GiftZwergrapper
- 2,602
- 2
- 20
- 40