wbthomason / packer.nvim

A use-package inspired plugin manager for Neovim. Uses native packages, supports Luarocks dependencies, written in Lua, allows for expressive config
MIT License
7.72k stars 263 forks source link

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

Open no-more-secrets opened 1 year ago

no-more-secrets commented 1 year ago

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 commented 11 months ago

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