chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2023-01-01 08:42:34 +00:00
parent 23c0587791
commit 0a0f1b95e9
1 changed files with 2 additions and 1 deletions

View File

@ -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 │