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