Uninstall Vim Plugins
Published on
Updated on
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