Skip to content

Commit

Permalink
docs(commands): fix command ordering for sync (#1662)
Browse files Browse the repository at this point in the history
## Description

Fixup of #1661 which targets
correct branch.

Anything else astray?
  • Loading branch information
GertBurger authored Jul 18, 2024
1 parent 03af9ce commit bd76c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Any operation can be started from the UI, with a sub command or an API function:
| `:Lazy profile` | `require("lazy").profile()` | Show detailed profiling |
| `:Lazy reload {plugins}` | `require("lazy").reload(opts)` | Reload a plugin (experimental!!) |
| `:Lazy restore [plugins]` | `require("lazy").restore(opts?)` | Updates all plugins to the state in the lockfile. For a single plugin: restore it to the state in the lockfile or to a given commit under the cursor |
| `:Lazy sync [plugins]` | `require("lazy").sync(opts?)` | Run install, clean and update |
| `:Lazy sync [plugins]` | `require("lazy").sync(opts?)` | Run clean, install and update commands |
| `:Lazy update [plugins]` | `require("lazy").update(opts?)` | Update plugins. This will also update the lockfile |

<!-- commands:end -->
Expand Down

0 comments on commit bd76c25

Please sign in to comment.