After installing many plugins in my ~/.vim folder, I feel I no more understand the contents of that folder and I don't feel enough confidence about deleting the plugin from ~/.vim/plugin to uninstall a plugin. What if I there are files in other directories? What if the documentation is already registered (:helptags) yet the plugin will be removed? etc. Is there any procedure to uninstall plugins? I don't really want my Vim to end up being as messy as my Windows :-)
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
If you want to uninstall a plugin which was installed into ~/.vim manually, you should redownload its archive, list its content and manually remove everything, then run In order to avoid this problem in the future, try vim-addon-manager plugin. Like pathogen, it puts each plugin into separate directory, but is also capable of downloading, installing and updating them. |
|||||
|
|
To manage easily plugins in vim use pathogen and this awesome article --> come home to vim |
|||||||||
|