mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
23c0587791
commit
0a0f1b95e9
|
@ -1,4 +1,4 @@
|
|||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2022 December 31
|
||||
*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 January 01
|
||||
|
||||
==============================================================================
|
||||
Table of Contents *lazy.nvim-table-of-contents*
|
||||
|
@ -528,6 +528,7 @@ Any operation can be started from the UI, with a sub command or an API
|
|||
function:
|
||||
|
||||
│ 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 │
|
||||
│:Lazy clear │require("lazy").clear() │Clear finished tasks │
|
||||
|
|
Loading…
Reference in New Issue