Replies: 1 comment
-
#1817 (feature: restore plugins by default) This same problem has been raised as an issue by someone. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When lazy.nvim loads for the first time, it does not use the lock file. It may install the latest updates of plugins with breaking changes.
Even though
:Lazy restore
command can be used to restore plugin versions from the lock file, it is very troublesome. Sometimes plugins may even break the Neovim UI. This makes it harder to restore plugin versions.If there was an option in lazy.nvim configuration, something like
prefer_lock_file = true
, then it would improve the user experience of both lazy.nvim and Neovim. This would improve setting up Neovim on a new machine or on multiple machines.Is there any way to achieve this behavior?
Beta Was this translation helpful? Give feedback.
All reactions