2024-06-23 09:09:41 +01:00
|
|
|
# 🔒 Lockfile
|
2024-06-19 06:59:45 +01:00
|
|
|
|
2024-06-23 09:09:41 +01:00
|
|
|
After every **update**, the local lockfile (`lazy-lock.json`) is updated with the installed revisions.
|
2024-06-19 06:59:45 +01:00
|
|
|
It is recommended to have this file under version control.
|
|
|
|
|
|
|
|
If you use your Neovim config on multiple machines, using the lockfile, you can
|
|
|
|
ensure that the same version of every plugin is installed.
|
|
|
|
|
|
|
|
If you are on another machine, you can do `:Lazy restore`, to update all your plugins to
|
|
|
|
the version from the lockfile.
|