Skip to content
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

Open
WilliamHsieh opened this issue Jan 5, 2024 · 4 comments
Open

Are there plans for adding support for lockfile? #171

WilliamHsieh opened this issue Jan 5, 2024 · 4 comments

Comments

@WilliamHsieh
Copy link

It would be beneficial to have the capability to verify the version of installed plugins and to update them as required.

@mattmc3
Copy link
Owner

mattmc3 commented Jan 5, 2024

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?

@WilliamHsieh
Copy link
Author

Are you asking for the ability to pin a specific commit of a plugin #1

Yes.

I recently configured a new machine using my dotfiles.
While the process went smoothly, I encountered a minor hiccup - some plugins broke after cloning the latest versions.

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

@jathek
Copy link

jathek commented Mar 3, 2024

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.

@mattmc3
Copy link
Owner

mattmc3 commented Mar 7, 2024

I like this idea. Something like antidote update --dry-run?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants