From 511524ebff27ed8dea9e8d2eadb26ef19fb322c7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 26 Dec 2022 18:02:16 +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 5cf7ca8..39893d6 100644 --- a/doc/lazy.nvim.txt +++ b/doc/lazy.nvim.txt @@ -576,6 +576,7 @@ The following user events will be triggered: - **LazyClean**: after a clean - **LazyCheck**: after checking for updates - **LazyLog**: after running log +- **LazyReload**: triggered by change detection after reloading plugin specs - **VeryLazy**: triggered after `LazyDone` and processing `VimEnter` auto commands