mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-08-31 04:03:41 +00:00
feat(loader): LazyLoad
event with plugin name as data
field. Useful to do stuff when a plugin loads
This commit is contained in:
parent
da8b00581a
commit
ea5b2e00bf
2 changed files with 2 additions and 0 deletions
|
@ -582,6 +582,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…
Add table
Add a link
Reference in a new issue