docs: migrating docs from readme

This commit is contained in:
Folke Lemaitre 2024-06-19 07:59:45 +02:00
parent eec66ae9f7
commit 692ac7a301
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
15 changed files with 861 additions and 48 deletions

10
docs/usage/lockfile.md Normal file
View file

@ -0,0 +1,10 @@
# 🔒 Lockfile `lazy-lock.json`
After every **update**, the local lockfile is updated with the installed revisions.
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.