Closed as not planned
Closed as not planned
Description
Did you check the docs?
- I have read all the lazy.nvim docs
Is your feature request related to a problem? Please describe.
When I update my plugins, I find lazy.nvim auto installs telescope.nvim for me. I find it hard to go through the update logs of the plugins to find out which plugin specifies telescope as its dependency.
Describe the solution you'd like
Show dependencies specified in a plugin's lazy.lua, rockspec or packspec directly in plugin info.
Describe alternatives you've considered
Manually run ripgrep over plugin directories, which is dumb.
Additional context
Implicit dependency is hard to debug. 😩