chore(build): auto-generate vimdoc

This commit is contained in:
github-actions[bot] 2022-12-20 18:44:49 +00:00
parent 7fb0652dba
commit 06ffcf5874
1 changed files with 5 additions and 1 deletions

View File

@ -394,7 +394,11 @@ You can press `<CR>` on a plugin to show its details. Most properties can be
hovered with `<K>` to open links, help files, readmes, git commits and git hovered with `<K>` to open links, help files, readmes, git commits and git
issues. issues.
Any operation can alternatively be started with a sub command or API function: Lazy can automatically check for updates in the background. This feature can be
enabled with `config.checker.enabled = true`.
Any operation can be started from the UI, with a sub command or an API
function:
│ Command │ Lua │ Description │ │ Command │ Lua │ Description │
│:Lazy home │require("lazy").home() │Go back to plugin list │ │:Lazy home │require("lazy").home() │Go back to plugin list │