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.85k stars 265 forks source link

Show some messages after calling :PackerSnapshotRollback #1206

Open allworldg opened 1 year ago

allworldg commented 1 year ago

Describe the feature

When I use :PackerSnapshotRollback to rollback , it's so silent . I don't know whether the rollback is over or not . Maybe print some message at the end is better.

I found somebody already said about it . https://github.com/wbthomason/packer.nvim/issues/927#issue-1259529431

Bekaboo commented 1 year ago

Hi, if your are interested, I've made a fok of packer that has this feature implemented with several other improvements.