-
Hi, I've just realised that any plugins that are loaded upon the Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
that's not correct.
Are you maybe confused because you have a dashboard that displays the |
Beta Was this translation helpful? Give feedback.
that's not correct.
stats.loaded
will always be an up to date count of the amount of plugins that are loaded. Calling it before or afterVerylazy
, or whenever a new plugin is loaded, will give you the updated number.startuptime
is the time it took for startupAre you maybe confused because you have a dashboard that displays the
stats.loaed
, but that dashboard is shown before all plugins are loaded and as such wrong? You can create an autocmd that listens onLazyVimStarted
to update the dashboard with the correct info.