mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-18 20:36:45 +00:00
docs: fix commands table. Fixes #1393
This commit is contained in:
parent
e753eb6025
commit
f61ca6ec70
2 changed files with 2 additions and 2 deletions
|
@ -517,7 +517,7 @@ Any operation can be started from the UI, with a sub command or an API function:
|
|||
<!-- commands:start -->
|
||||
|
||||
| Command | Lua | Description |
|
||||
| --- | --- | --- | --- |
|
||||
| --- | --- | --- |
|
||||
| `:Lazy build {plugins}` | `require("lazy").build(opts)` | Rebuild a plugin |
|
||||
| `:Lazy check [plugins]` | `require("lazy").check(opts?)` | Check for updates and show the log (git fetch) |
|
||||
| `:Lazy clean [plugins]` | `require("lazy").clean(opts?)` | Clean plugins that are no longer needed |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue