Reputation: 219
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?
Upvotes: 5
Views: 7065
Reputation: 2772
Remove this from your ~/.vimrc:
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
And then remove the ~/.vim directory
Upvotes: 8