mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
New Posts on neovim
This commit is contained in:
parent
0ed8813dd7
commit
6fe91d603f
2 changed files with 52 additions and 0 deletions
13
content/blog/uninstallvimplugins.md
Normal file
13
content/blog/uninstallvimplugins.md
Normal file
|
@ -0,0 +1,13 @@
|
|||
---
|
||||
title: "Uninstall Vim Plugins"
|
||||
date: 2020-03-23T23:00:00-04:00
|
||||
draft: false
|
||||
tags: []
|
||||
---
|
||||
|
||||
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](https://github.com/junegunn/vim-plug/issues/121) 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`
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue