mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-11-06 16:01:12 +00:00
482 B
482 B
| title | date | draft | tags |
|---|---|---|---|
| Uninstall Vim Plugins | 2020-03-23T23:00:00-04:00 | false |
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
.vimrcor~/.config/nvim/init.vim - Source the file. e.g
:so .vimrc - Call
:PlugClean