ThePrimeagen / harpoon

MIT License
6.25k stars 348 forks source link

feat: luarocks/rocks.nvim support #578

Open mrcjkb opened 2 months ago

mrcjkb commented 2 months ago

Hey :wave:

Summary

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

See also:

With luarocks/rocks.nvim, it is the plugin authors' responsibility to declare dependencies - not the user's. Installing this plugin becomes as simple as :Rocks install harpoon.

Things done:

The workflows are based on this guide

Notes:

[!IMPORTANT]