From ccd96bfa2e2cbae09edcc13fb6695fd0a8680f98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 22 Jun 2023 08:24:44 +0000 Subject: [PATCH] chore(build): auto-generate vimdoc --- doc/lazy.nvim.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/lazy.nvim.txt b/doc/lazy.nvim.txt index bc80956..e51bd9a 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: 2023 June 19 +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 June 22 ============================================================================== Table of Contents *lazy.nvim-table-of-contents* @@ -157,7 +157,8 @@ PLUGIN SPEC *lazy.nvim-lazy.nvim-plugin-spec* automatically. See config() build fun(LazyPlugin) or string or a list of build commands build is executed when a plugin is installed or - updated. If it’s a string it will be ran as a shell + updated. Before running build, a plugin is first + loaded. If it’s a string it will be ran as a shell command. When prefixed with it is a Neovim command. You can also specify a list to executed multiple build commands