~/Blog

Brandon Rozek

Photo of Brandon Rozek

PhD Student @ RPI studying Automated Reasoning in AI and Linux Enthusiast.

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
Reply via Email Buy me a Coffee
Was this useful? Feel free to share: Hacker News Reddit Twitter

Published a response to this? :