Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve plugin load speed #122

Open
chipsenkbeil opened this issue Sep 21, 2023 · 0 comments
Open

Improve plugin load speed #122

chipsenkbeil opened this issue Sep 21, 2023 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@chipsenkbeil
Copy link
Owner

When first opening neovim with lazy.nvim, it seems like distant takes the most time to load of any plugin I use. I think this is because we're using init.lua to pre-load all of the modules. Instead, we should switch to using require calls to the specific module.

This seems to be much less of a painpoint when using vim.loader.enable() for neovim 0.9+, but still something to look into improving.

@chipsenkbeil chipsenkbeil added the enhancement New feature or request label Sep 21, 2023
@chipsenkbeil chipsenkbeil added this to the v0.3.x milestone Sep 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant