Error while removing plugins #514
-
A while ago, by mistake I removed packer directory inside ~/.local/share/nvim/site/pack. I commented out all plugins and restarted nvim and ran PackerSync. After that I have began having some bugs.
How can I get out of this? This is what I am getting inside log file
|
Beta Was this translation helpful? Give feedback.
Answered by
wbthomason
Jul 27, 2021
Replies: 1 comment 1 reply
-
Fascinating error, thanks. The easiest way to get out of this is to just
However, I'm not sure what's causing the actual bug you've uncovered. I'll have to look into that separately. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
adgai19
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fascinating error, thanks. The easiest way to get out of this is to just
~/.local/share/nvim/site/pack/packer
againpacker
install instructions from the READMEpacker
install your plugins againHowever, I'm not sure what's causing the actual bug you've uncovered. I'll have to look into that separately.