-
Notifications
You must be signed in to change notification settings - Fork 15
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
[Feature!] Use rocks instead of luarocks #539
Comments
@mrcjkb How far is rocks away from meeting the minimum requirements to replace luarocks in rocks.nvim? Is it after the |
It's hard to tell at this point. We're getting pretty close to an MVP. We could probably create a branch for this issue soon, and publish an scm version to luarocks.org. |
It will be great if it allows declaring Git dependencies (in addition to Rocks dependencies) |
For the MVP, we probably won't be extending the Rockspec format. For users, we do plan on adding support for installing packages directly from git (without the need for a rockspec/luarocks package). |
sync
andupdate
#413So we've decided to shift our focus to bringing rocks up to feature parity with luarocks.
When we have implemented enough for the purpose of managing Neovim plugins, rocks.nvim will switch to rocks instead of luarocks.
This will be a major breaking change that requires a reinstall of rocks.nvim.
But if it goes according to plan, a cleanup+
:Rocks sync
will be enough.Perhaps we can even implement a
:Rocks migrate
command to automate the upgrade process.The text was updated successfully, but these errors were encountered: