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): recognise rocks-dev packages as dependencies #33

Merged
merged 2 commits into from
Sep 2, 2024

Conversation

mrcjkb
Copy link
Member

@mrcjkb mrcjkb commented Aug 2, 2024

Makes uses of the new experimental API for tricking luarocks into recognising packages managed by external modules as dependencies.

See:

Requires the following experimental feature to be enabled in rocks.nvim:

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

Depends on: nvim-neorocks/rocks.nvim#492

@mrcjkb mrcjkb changed the title feat: use new API to allow luarocks to recognise rocks-dev packages feat(experimental): recognise rocks-dev packages as dependencies Sep 2, 2024
@mrcjkb mrcjkb merged commit 100f4f8 into main Sep 2, 2024
5 checks passed
@mrcjkb mrcjkb deleted the rocks-stub branch September 2, 2024 04:34
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.

1 participant