Why does PackerInstall keep deleting things? #540
Unanswered
GideonWolfe
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you reproduce the issue consistently, across a restart of Neovim? As well, when you say "it won't proceed without agreement" - what specifically happens when you reply to the prompt with "N"? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
So I'm trying to put together my
lua
neovim
configuration, and I'm adding some plugins to help my workflow.The issue is, I'll be using some plugin for a while without issue, and then when I try to add a completely unrelated plugin and run
:PackerInstall
, I'm prompted like thisThe only thing I added to my Packer config was
galaxyline.nvim
, and it's not even close to that location in the file. I certainly don't want to removefriendly-snippets
.It won't proceed without agreement, and the last time I accepted it, my perfectly working
compe
+luasnips
configuration starts throwing errors. It's kind of like 2 steps forward, one step back.Beta Was this translation helpful? Give feedback.
All reactions