Skip to content

Commit

Permalink
chore(build): auto-generate vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 20, 2022
1 parent 7fb0652 commit 06ffcf5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion doc/lazy.nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
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 │
│:Lazy home │require("lazy").home() │Go back to plugin list │
Expand Down

0 comments on commit 06ffcf5

Please sign in to comment.