Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to uninstall Vundle.vim #903

Open
theasteve opened this issue Apr 18, 2019 · 1 comment
Open

How to uninstall Vundle.vim #903

theasteve opened this issue Apr 18, 2019 · 1 comment

Comments

@theasteve
Copy link

How can one uninstall Vundle.vim, I removed it and I still see errors from Vundle.

@davidlowryduda
Copy link

There are two places where one needs to remove vim plugins: from your vimrc/config files and from your .vim directory.

Vundle's typical location is in ~/.vim/bundle/Vundle.vim/. (More generally, it's wherever you put it. But this is where the README suggests putting it). You can delete this whole directory.

Typically, the only configuration file containing vundle commands is your .vimrc. You can delete the lines appearing in the README, essentially. The lines you should delete are those looking like

set rtp+=~/.vim/bundle/Vundle.vim
call vundle#begin()
Plugin 'VundleVim/Vundle.vim'
Plugin <other_vim_plugins>
...
call vundle#end()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants