Is it possible to checkout latest release? #1896
-
Contributing guidelines
Module(s)mini.deps Questioni currently use blink.cmp and install it like so
I know i can remove the Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I am afraid the answer is a "No, not at the moment". This is possible with the future built-in plugin manager The best solution with 'mini.deps' is to indeed freeze plugin to a specific tag and manually look at monitor log from the default branch at every |
Beta Was this translation helpful? Give feedback.
-
i heard about thanks again! |
Beta Was this translation helpful? Give feedback.
I am afraid the answer is a "No, not at the moment". This is possible with the future built-in plugin manager
vim.pack
(currently present on Nightly and is planned to be part of a future Neovim 0.12 stable release) by supplyingvim.version.Range
instead of branch/tag/commit string. With this in mind, I currently don't think porting this feature to 'mini.deps' makes too much sense. But it might change in the future. See #1888 for more details.The best solution with 'mini.deps' is to indeed freeze plugin to a specific tag and manually look at monitor log from the default branch at every
:DepsUpdate
to see if there are new tags mentioned (they will be explicitly shown to the right of commit…