We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See natecraddock/telescope-zf-native.nvim#21
There appear to be multiple ways to disable luarocks integration and plugins adding rockspec may be breaking with the information in the README
require('lazy').setup('my_plugins', { rocks = { enabled = false } })
works for me, but
require('lazy').setup('my_plugins', { pkg = { sources = "" } })
does not and fails with "build needed".
README may give a hint, but should not give incorrect/non-working information.
The text was updated successfully, but these errors were encountered:
The docs clearly state: You can remove rockspec from opts.pkg.sources to disable this feature. It does not tell you to set it to ""
You can remove rockspec from opts.pkg.sources to disable this feature.
""
Sorry, something went wrong.
Update lazy.lua:
48a10a4
Disable luarocks/rockspec See: folke/lazy.nvim#1576 https://github.com/folke/lazy.nvim?tab=readme-ov-file#%EF%B8%8F-requirements
No branches or pull requests
See natecraddock/telescope-zf-native.nvim#21
There appear to be multiple ways to disable luarocks integration and plugins adding rockspec may be breaking with the information in the README
works for me, but
does not and fails with "build needed".
README may give a hint, but should not give incorrect/non-working information.
The text was updated successfully, but these errors were encountered: