-
Notifications
You must be signed in to change notification settings - Fork 15
Plugin support
Marc Jakobi edited this page Jul 28, 2024
·
5 revisions
If a plugin you like is not available on www.luarocks.org, you can add support for it in several ways:
- As the plugin author, follow this guide https://github.com/nvim-neorocks/sample-luarocks-plugin
- maybe your plugin is already on luarocks.org but uploaded by someone else. Contact that person.
- Some approaches might make your plugin more easily usable by rocks.nvim, for instance removing any mandatory usage of
setup()
- As a plugin consumer, you can upload a plugin to luarocks.org even if you are not the author by follow the instructions at the Neovim User Rock Repository (NURR)
- If you feel lazy and desperate, post it to the tracking issue and hope someone picks it up