docs(commands): fix command ordering for sync (#1661)

## Description

After a discussion on Slack we noticed that the description of the sync
command is a bit vague. Some people, including myself, assumed
`clean`/`install`/`update` referred to build steps being performed per
plugin.

Another person mentioned they thought it referred to the Lazy commands,
which does make more sense.
They also noticed that the order of the commands do not match the source
code.

So this PR corrects the order, assuming it was meant to be ordered, and
mentions that those are commands for clarity.
This commit is contained in:
Gert Burger 2024-07-18 14:57:12 +01:00 committed by GitHub
parent 8f62257511
commit 124b864233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -988,8 +988,8 @@ function:
lockfile or to a given lockfile or to a given
commit under the cursor commit under the cursor
:Lazy sync [plugins] require("lazy").sync(opts?) Run install, clean and :Lazy sync [plugins] require("lazy").sync(opts?) Run clean, install, and
update update commands
:Lazy update [plugins] require("lazy").update(opts?) Update plugins. This :Lazy update [plugins] require("lazy").update(opts?) Update plugins. This
will also update the will also update the