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

feat(experimental): API for installing rockspec dependencies #527

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

mrcjkb
Copy link
Member

@mrcjkb mrcjkb commented Sep 3, 2024

A follow-up to #492.
Closes #388.

This will allow rocks-git.nvim and rocks-dev.nvim to pass in dependencies (e.g. from a -scm-1 or -dev-1 rockspec in the repo root) to be installed with the luarocks stub.

Requires the following experimental feature to be enabled:

vim.g.rocks_nvim = {
  -- ...
  experimental_features = {
    "ext_module_dependency_stubs",
  },
}

and up-to-date rocks.nvim extensions.

@mrcjkb mrcjkb changed the title feat(experimental): api for installing rockspec dependencies feat(experimental): API for installing rockspec dependencies Sep 3, 2024
@mrcjkb
Copy link
Member Author

mrcjkb commented Sep 3, 2024

Self-merging, as this is trivial and disabled by default.

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

Successfully merging this pull request may close these issues.

[Feature] API for installing dependencies only
1 participant