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

Way to run a lua function after all packages are loaded #1238

Open
no-more-secrets opened this issue Jun 3, 2023 · 1 comment
Open

Way to run a lua function after all packages are loaded #1238

no-more-secrets opened this issue Jun 3, 2023 · 1 comment

Comments

@no-more-secrets
Copy link

After much searching, packer.nvim doesn't seem to have any way to hook into the loading process that runs each time nvim starts. Basically, I just want a simple way to load all of the lua modules that configure my plugins, but to do so after all plugins are finished loading. I am aware of the config = options, but I have to specify that manually for each plugin. Also I am aware of the PackerComplete user command, but that doesn't seem to run when nvim just starts up normally.

@the-essence-of-life
Copy link

Packer doesn't supported.Hope the writer been to update.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants