-
Hey, I just wanted to ask if it was possible to have a plugin be lazy loaded on the "VeryLazy" event, and also only load on specific filetypes? Currently, when I use both fields, the event field overrides the ft field, and the plugin loads on the "VeryLazy" event, but on every filetype. |
Beta Was this translation helpful? Give feedback.
Answered by
folke
Jan 7, 2023
Replies: 1 comment 1 reply
-
Not sure what you want to achieve here, but if you only want to load on the ft event, then just add the ft event. not needed to use |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
gaoDean
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not sure what you want to achieve here, but if you only want to load on the ft event, then just add the ft event. not needed to use
VeryLazy
for that. The plugin always loads on the first lazy handler that triggers