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 262 forks source link

Fix incorrect numbering of plugins in dialogs #1097

Closed nat-418 closed 1 year ago

nat-418 commented 1 year ago

Packer is currently showing the wrong number of plugins during sync, install, and update dialogs. X plugins are shown on PackerStatus but PackerSync et al. show the wrong number. This resolves issue #1086 .

wbthomason commented 1 year ago

Closing in favor of #1190, as discussed on #1086