Uninstall Vim Plugins
Published on
Updated on
Warning: This post has not been modified
for over 2 years. For technical posts,
make sure that it is still relevant.
Assuming you’re using vim-plug
you might come to the point where you want to uninstall a plugin. Googling around will land you at a GitHub issue where a contributor named Andrea Cedraro states a workaround instead.
- Delete Plug line from
.vimrc
or~/.config/nvim/init.vim
- Source the file. e.g
:so .vimrc
- Call
:PlugClean