-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Are there plans for adding support for lockfile? #171
Comments
Can you describe more of what you're looking for here? Are you asking for the ability to pin a specific commit of a plugin like this or something else? Is there an example of a plugin where this feature would be beneficial? |
Yes. I recently configured a new machine using my dotfiles. It would be a valuable enhancement if the plugin manager could incorporate lockfile support. This feature would allow users to consistently checkout a specific revision, making sure that all plugins are always working as expected. I've been in the process of updating my zsh setup, and I stumbled upon this fantastic project! Thank you for your dedicated efforts in maintaining such an exceptional piece of software. Additional context: a neovim plugin manager with lockfile support: https://github.com/folke/lazy.nvim |
I was going to request something similar - a "check for updates but don't download" command, so I could review any changes before I pulled new versions. |
I like this idea. Something like |
It would be beneficial to have the capability to verify the version of installed plugins and to update them as required.
The text was updated successfully, but these errors were encountered: