packer.nvim icon indicating copy to clipboard operation
packer.nvim copied to clipboard

Return snapshot async fn so it can be awaited

Open sheharyarn opened this issue 3 years ago • 1 comments

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

sheharyarn avatar Oct 10 '22 22:10 sheharyarn

Alternative to #898.

sheharyarn avatar Oct 10 '22 23:10 sheharyarn