nvim-telescope / telescope-packer.nvim

A Telescope extension that provides extra functionality for Packer.nvim

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plugin causes Packer to try to remove all plugins on sync,update etc.

akinsho opened this issue Β· comments

commented

Hi @sunjon,

just an FYI we've seen a few issues trickle in over time of users having packer try to remove all their plugins on packer management commands like sync, update etc. These have historically been narrowed down to this plugin.

The most recent example that reminded me to actually open this issue is wbthomason/packer.nvim#625, wbthomason/packer.nvim#546 (comment) (there are a few others, but I forget which exactly).

I'm not sure if this plugin is still maintained, if it isn't, I think add a warning about this issue would really help out in packer land and if it is, it seems to need to be updated to keep up with packer changes.

Thanks πŸ™πŸΏ

09fa9bb should have just fixed it.

Dont use packer so i cant test πŸ˜†

commented

Thanks for having a look πŸ‘πŸΏ will try it out later to check. Looking through the code a little the plugin is dependent on packer internals to list the installed plugins which could change in the future whereas there is now an exposed way to get the list of managed packer plugins i.e. _G.packer_plugins πŸ€·πŸΏβ€β™‚οΈ more of an FYI, but I don't think this is being actively developed maybe.

commented

Just checked and seems to have worked as far as I can tell πŸ‘πŸΏ thanks πŸš€

πŸ‘

Yeah this repo isnt maintain anymore. I am the wrong person to do that but i can merge any PR that is opened πŸ˜†