Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: luarocks/rocks.nvim support #697

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

mrcjkb
Copy link

@mrcjkb mrcjkb commented Apr 18, 2024

Hey 馃憢

Summary

This PR is part of a push to get neovim plugins on luarocks.org.

See also:

Things done:

  • Add a workflow that generates a rockspec for Neovim plugins and publishes tags to luarocks.org when a tag or release is pushed.

I noticed there's an existing catppuccin luarock, but it cannot be used to set the Neovim colorscheme, as it is missing the rtp paths.

  • I've set the package name in the luarocks workflow to catppuccin.nvim.
  • It might be a good idea to add a section to the readme, telling rocks.nvim users to use :Rocks install catppuccin.nvim and not :Rocks install catppuccin?

Notes:

Important

  • For the luarocks workflow to work, someone with a luarocks.org account will have to add their API key to this repo's GitHub actions secrets.

  • As you use GitHub releases to create tags (with the release-please action), you may need to add a PA token for the workflow to be triggered automatically.

@nullchilly nullchilly mentioned this pull request May 20, 2024
4 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants