nvim-neorocks / nurr

A repository for hosting auto-generated Neovim plugins and tree-sitter parsers for Luarocks.
MIT License
28 stars 3 forks source link

[QOL] Patch some plugins not to require manual `setup` #22

Open mrcjkb opened 2 weeks ago

mrcjkb commented 2 weeks ago

Luarocks supports patching via the rockspec, however, adding files that don't exist does not seem to work. This would require a custom build backend or an upstreaming of the feature (which has been implemented in the luarocks-build-treesitter-parser build backend),

A good POC could be the mini.nvim suite. The idea (for mini.nvim plugins) would be to add a plugin script that

Such patches could be tailored to other plugins that are unlikely to change their API.