thenbe / neotest-playwright

A playwright adapter for neotest.
MIT License
43 stars 5 forks source link

automatic releases and luarocks/rocks.nvim support? #40

Closed mrcjkb closed 1 month ago

mrcjkb commented 4 months ago

Hey :wave:

rocks.nvim has the ability to install luarocks packages and automatically install dependencies, including tree-sitter parsers.

I was wondering: Would you be open to automating releases and publishing this plugin to luarocks.org? See also our wiki page on plugin support.

I'd be more than happy to help if you have any questions or issues.

thenbe commented 1 month ago

Hi 👋

I was actually looking for something like this when I was creating this project. Having access to luarocks dependencies would've been very helpful. I'll probably look into adopting this during the next refactor.

Thanks for the notice.