5

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?

Yagnik Detroja
  • 921
  • 1
  • 7
  • 22
DevBear15
  • 219
  • 4
  • 15

1 Answers1

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