Using snapshots like a .lock file #914
Replies: 3 comments 2 replies
-
|
I got same question today. |
Beta Was this translation helpful? Give feedback.
-
|
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. |
Beta Was this translation helpful? Give feedback.
-
|
@YodaEmbedding Now Packer.nvim update the my config: |
Beta Was this translation helpful? Give feedback.
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.
Beta Was this translation helpful? Give feedback.
All reactions