Skip to content
Discussion options

You must be logged in to vote

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 after Verylazy, or whenever a new plugin is loaded, will give you the updated number.

  • startuptime is the time it took for startup

Are 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 on LazyVimStarted to update the dashboard with the correct info.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@liouk
Comment options

@folke
Comment options

@liouk
Comment options

Answer selected by liouk
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