From f6aedf1269ee5e7dee04fd94f893535ac9ddb434 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Jul 2023 15:22:18 +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 c498a6c..9107ded 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 July 09 +*lazy.nvim.txt* For Neovim >= 0.8.0 Last change: 2023 July 12 ============================================================================== Table of Contents *lazy.nvim-table-of-contents* @@ -688,6 +688,7 @@ The following user events will be triggered: - **LazyClean**after a clean - **LazyCheck**after checking for updates - **LazyLog**after running log +- **LazyLoad**after loading a plugin. The `data` attribute will contain the plugin name. - **LazySyncPre**before running sync - **LazyInstallPre**before an install - **LazyUpdatePre**before an update