lazy.nvim
lazy.nvim copied to clipboard
feature: Manage plugin version.
Did you check the docs?
- [X] I have read all the lazy.nvim docs
Is your feature request related to a problem? Please describe.
lazy.nvim can not hold different version for one plugin.
Describe the solution you'd like
Save different version into different location, e.g: latest, stable, 11.14.1.
Describe alternatives you've considered
pass
Additional context
For now, lazy.nvim need to change name for plugin with different version. Otherwise, it will update or rollback it.
I don't know but I imagine there must already be something in that direction for the luarocks implementation
otherwise that would defy the whole purpose of using a rockspec
Yes, versioning is necessary.
That's pretty much impossible to achieve, even with how the luarocks version loader works (which is not used in lazy btw)