mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-04-19 21:06:46 +00:00
chore(build): auto-generate vimdoc
This commit is contained in:
parent
86dff1b59a
commit
d50eab2164
1 changed files with 1 additions and 0 deletions
|
@ -529,6 +529,7 @@ function:
|
||||||
│:Lazy clean [plugins] │require("lazy").clean(opts?) │Clean plugins that are no longer needed │
|
│:Lazy clean [plugins] │require("lazy").clean(opts?) │Clean plugins that are no longer needed │
|
||||||
│:Lazy clear │require("lazy").clear() │Clear finished tasks │
|
│:Lazy clear │require("lazy").clear() │Clear finished tasks │
|
||||||
│:Lazy debug │require("lazy").debug() │Show debug information │
|
│:Lazy debug │require("lazy").debug() │Show debug information │
|
||||||
|
│:Lazy health │require("lazy").health() │Run :checkhealth lazy │
|
||||||
│:Lazy help │require("lazy").help() │Toggle this help page │
|
│:Lazy help │require("lazy").help() │Toggle this help page │
|
||||||
│:Lazy home │require("lazy").home() │Go back to plugin list │
|
│:Lazy home │require("lazy").home() │Go back to plugin list │
|
||||||
│:Lazy install [plugins] │require("lazy").install(opts?) │Install missing plugins │
|
│:Lazy install [plugins] │require("lazy").install(opts?) │Install missing plugins │
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue