-
Version 1.0.0 contains a bug that leaves the buffers it uses open once the operation is closed, this means that after a series of commits you can have four five unnamed buffers open in the session, very annoying. The problem has recently been fixed and the scm version fixes the problem so I think it is preferable that rocks.nvim installs the scm version by default, this is to avoid headaches for any new users. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
hey 👋 We provide an option to pin plugins, using
It appears there exists a v2.0.0 tag that was released a month ago. Edit: v2.0.0 is now available on luarocks.org. |
Beta Was this translation helpful? Give feedback.
-
That's what I did, set the pin to the scm version and everything works fine. I didn't know there was no option to select the default version to download. |
Beta Was this translation helpful? Give feedback.
hey 👋
We provide an option to pin plugins, using
:Rocks pin
and:Rocks unpin
.Defaulting to
scm
for certain plugins is a bad idea, because:It appears there exists a v2.0.0 tag that was released a month ago.
I'll look into why that wasn't published to luarocks.org later today.
Edit: v2.0.0 is now available on luarocks.org.