Skip to content
Discussion options

You must be logged in to vote

Snapshots is deliberately designed to be a manual action in 'mini.deps'. This is something that I think could have indeed be handled better if done automatically, but that is not a snapshot then :) That's why the vim.pack (Neovim's built-in plugin manager that is based on 'mini.deps' and is already part of Neovim 0.12 development branch) has the concept of lockfile which will be updated automatically after every relevant change.

For a fully automated "update and save" it is possible to MiniDeps.update(nil, { force = true }).

Also is there a way to minimize the amount of text generated for the dependencies that don't need updating?

I am afraid, no. All this text is present for an easier …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by echasnovski
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested mini.deps
2 participants