From 0a0f1b95e9d0248a8c8ba91fce932e3d682a7eda Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 1 Jan 2023 08:42:34 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index e2e2108..e627385 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -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 │