From d50eab2164284dc739b45814cebc1f683467b7ab Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 30 Dec 2022 10:30:22 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index 0eced9e..29d2cb0 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -529,6 +529,7 @@ function: │:Lazy clean [plugins] │require("lazy").clean(opts?) │Clean plugins that are no longer needed │ │:Lazy clear │require("lazy").clear() │Clear finished tasks │ │:Lazy debug │require("lazy").debug() │Show debug information │ +│:Lazy health │require("lazy").health() │Run :checkhealth lazy │ │:Lazy help │require("lazy").help() │Toggle this help page │ │:Lazy home │require("lazy").home() │Go back to plugin list │ │:Lazy install [plugins] │require("lazy").install(opts?) │Install missing plugins │