Vundle.vim: How to unInstall plugin?

Created on 29 May 2016  路  7Comments  路  Source: VundleVim/Vundle.vim

How can I uninstall the plugin?

Most helpful comment

Just delete the line " Plugin XXXX" and then ":PluginUpdate" in vim.

All 7 comments

Just delete the line " Plugin XXXX" and then ":PluginUpdate" in vim.

@nfischer ":PluginClean" will do the clean task, without manually deleting the plugin directory.

However, if you manually delete this plugin directory, what's the meaning of this plugin management software - Vundle.vim? I have to admit that it's a little dangerous if you don't know what's going on.

Thank you all!

good

I'm having this problem. I saw it a while ago and I think I fixed it by reinstalling vim-go. That didn't seem to work this time. GOPATH is set correctly. This is MacVim, Vim version 8.1.

Make sure you restart vim or :source ~/.vimrc after deleting the plugin but before running :PluginClean

Was this page helpful?
0 / 5 - 0 ratings

Related issues

genokan picture genokan  路  4Comments

binarykitchen picture binarykitchen  路  3Comments

lesterpjy picture lesterpjy  路  4Comments

PeterBocan picture PeterBocan  路  4Comments

davidius81 picture davidius81  路  3Comments