From 06ffcf5874a281c18cce7b69bc9171641da61b83 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Dec 2022 18:44:49 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index e5d6be2..e8e9588 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -394,7 +394,11 @@ You can press `` on a plugin to show its details. Most properties can be hovered with `` 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 │