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
minit
repro.lua
lazy.nvim has minit module to provide minimal reproduce config in various neovim plugins.
Would be nice to have similar feature in rocks.nvim. (e.g. use lua table instead of toml file)
The text was updated successfully, but these errors were encountered:
Sounds reasonable. This might make most sense as an external module/plugin.
Sorry, something went wrong.
this would be really helpful to debug issues with rocks.nvim which don't happen with other plugin managers. Tell me if I could somehow help with this
we'll probably need to focus on making it easier to bootstrap a (sandboxed?) luarocks install first.
No branches or pull requests
lazy.nvim has
minit
module to provide minimal reproduce config in various neovim plugins.Would be nice to have similar feature in rocks.nvim. (e.g. use lua table instead of toml file)
The text was updated successfully, but these errors were encountered: