nvim-telescope / telescope-fzf-native.nvim

FZF sorter for telescope written in c
1.4k stars 46 forks source link

feat: luarocks/rocks.nvim support #127

Open mrcjkb opened 4 months ago

mrcjkb commented 4 months ago

Hey again :wave:

This PR makes this plugin compatible with luarocks, and adds the luarocks-tag-release workflow, for automatically publishing tagged releases.

See also: https://github.com/nvim-telescope/telescope.nvim/pull/2276

@Conni2461 I see this plugin doesn't have any semver tags. Not sure if you are willing to start maintaining them (manually or automated)? An alternative would be to just upload the scm rockspec (but that would take away the ability to pin installations).

I've tested this locally with the scm rockspec (luarocks make).

mrcjkb commented 2 months ago

@Conni2461 do you have any interest in this? Otherwise, I could move it to the NURR. But that would require patching the fzf_lib module.

Conni2461 commented 2 months ago

I am interested, i can review this in 2 weeks

Pakrohk commented 1 month ago

I am trying to install your plugin while using rocks, what is the installation path?

mrcjkb commented 1 week ago

@Conni2461 any update on this? 😄