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

Add `PacerRollBackDone` autocmd #1191

Open Bekaboo opened 1 year ago

Bekaboo commented 1 year ago

Describe the feature

Can we add a PackerRollBackDone autocmd? Currently there is no feedback for users to indicate if a rollback is done. With this autocmd users can print a message when roll back is complete.