Using snapshots like a .lock file #914
Unanswered
YodaEmbedding
asked this question in
Q&A
Replies: 3 comments 2 replies
|
I got same question today. |
0 replies
|
Sadly, snapshots are not intended for that use case. They are just "pictures" (snapshots if you will 😄 ) of certain states of your plugins, so you can go back to them at any moment. |
2 replies
|
@YodaEmbedding Now Packer.nvim update the my config: |
0 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.
Uh oh!
There was an error while loading. Please reload this page.
How do I use packer snapshots in the exact same way as a
.lockfile?This almost works:
...except that it always tries to rollback on every neovim startup, not merely on
:PackerSync, which is how.lockfiles usually work.Output of
:messages:Also, annoyingly, I have to press enter every time to hide this status message.
All reactions