mirror of https://github.com/folke/lazy.nvim.git
chore(build): auto-generate vimdoc
This commit is contained in:
parent
ea5b2e00bf
commit
f6aedf1269
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue