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?
If you wish to uninstall one of theme, just move the cursor to correct line, and press D . After that, remove the corresponding plugin line in . vimrc file to completely uninstall the plugin from the system. Another method for uninstalling is to remove the plugin line in .
Vundle is short for Vim bundle and is a Vim plugin manager. Vundle allows you to... keep track of and configure your plugins right in the .vimrc. install configured plugins (a.k.a. scripts/bundle) update configured plugins.
Remove this from your ~/.vimrc:
set rtp+=~/.vim/bundle/vundle/
call vundle#rc()
And then remove the ~/.vim directory
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With