Skip to content

Understand the VerzLazy event #518

Answered by folke
tummetott asked this question in Q&A
Discussion options

You must be logged in to vote

It is indeed!

The distinction is that you probably want some plugins to load that are needed to render the Neovim ui, so you want all those plugins to be loaded during startup as quickly as possible.

Some other plugins that don't affect the ui, can load after that.

Obviously, you can just not use VeryLazy and just load everything on VimEnter or with lazy=false instead. It all depends on how important time to first draw is important to you.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@tummetott
Comment options

@folke
Comment options

folke Feb 9, 2023
Maintainer

Answer selected by tummetott
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants