Open ii14 opened 2 years ago
I think this is a duplicate of https://github.com/nvim-lua/nvim-package-specification/issues/3
Not quite, I think the idea there was to have multiple versions of the same plugin at the same time. This is about plugins being able to check the version of their dependencies. I guess this could be a different approach to that problem.
Maybe plugins should have some standard way of accessing versions of their dependencies to handle differences in API and behavior between versions?
Example: