How can I uninstall the plugin?
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
Most helpful comment
Just delete the line " Plugin XXXX" and then ":PluginUpdate" in vim.