Plugin init event #17

Closed
opened 2026-07-17 16:01:28 -04:00 by kevintl1998 · 0 comments
Owner

Create event which should be triggered when Yapp is loaded but before it starts to init the metafile. This event is intended for things that need to be done once Yapp is initialized and that the metafile does not depend on such as an addon registering api endpoints.

The Preload event exists, but that is tied to the metafile. If the metafile is reloaded, the Preload event should fire, but the plugin init event should not. Preload should also get a name update to make its functionality more clear

Create event which should be triggered when Yapp is loaded but before it starts to init the metafile. This event is intended for things that need to be done once Yapp is initialized and that the metafile does not depend on such as an addon registering api endpoints. The Preload event exists, but that is tied to the metafile. If the metafile is reloaded, the Preload event should fire, but the plugin init event should not. Preload should also get a name update to make its functionality more clear
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Depends on
#21 Plugin init event
kevintl1998/yapp.nvim
Reference
kevintl1998/yapp.nvim#17
No description provided.