lewis6991 / impatient.nvim

Improve startup time for Neovim
MIT License
1.19k stars 28 forks source link

Any way to programmatically call this plugin in an sync way? #55

Closed thomazmoura closed 2 years ago

thomazmoura commented 2 years ago

I'm currently working on containerizing my main development workflow and I would really love to run the caching from this plugin from the Dockerfile (so that when someone first starts the container instance all the lua modules are already fully cached). Any way to do that currently?

lewis6991 commented 2 years ago

Nope. Modules are cached as they are loaded.