packer.nvim
packer.nvim copied to clipboard
Return snapshot async fn so it can be awaited
Exactly as it says on the can. I'd like to do something like:
await(packer.snapshot(path, plugins))
-- then do some other stuff with the generated snapshot
Alternative to #898.