laravel.nvim icon indicating copy to clipboard operation
laravel.nvim copied to clipboard

Ability to configure altenative picker (fzf-lua)

Open caliguIa opened this issue 10 months ago • 7 comments

Hi, it would be great if we could configure alternative pickers (fzf-lua) instead of telescope.

caliguIa avatar Apr 23 '24 14:04 caliguIa

Hey, I have not used fzf picker, how this is built it can be extended, in the development branch there is the concept of revolvers that will easily provide de list to be use in the pickers. What will need to be review are the actions.

adalessa avatar Apr 27 '24 09:04 adalessa

Thanks, I will attempt to take a look soon. Cheers

caliguIa avatar Apr 27 '24 09:04 caliguIa

@caliguIa if you have any question related to the plugin feel free to do it, I can provide some support to it.

adalessa avatar Apr 28 '24 18:04 adalessa

Thanks @adalessa appreciate it, I will attempt to take a look at it this week if I get the time.

caliguIa avatar Apr 28 '24 20:04 caliguIa

I'm interested in tackling this issue, as I also prefer using fzf-lua over telescope these days.

rqpt avatar Aug 02 '24 19:08 rqpt

@rqpt nice to hear the interest, just FYI I am working on a re-design on the structure, with a container system similar to laravel one, in case you want to take a look to it is on the feature/container branch

adalessa avatar Aug 02 '24 22:08 adalessa

The easiest way to do this is to use vim.ui.select instead of telescope integration and register fzf/telescope as vim.ui.select

Bleksak avatar Aug 31 '24 13:08 Bleksak

Hi all, we finally managed to at least add vim.ui.select as the picker in the development branch. If you still want this feature, please try it out.

vim.ui.select is a very basic picker, it doesn't support previews

I will take a look at fzf-lua this week

Bleksak avatar Oct 14 '24 13:10 Bleksak

It's already on master, I pulled the trigger, now is tagged as 3.0

adalessa avatar Oct 14 '24 13:10 adalessa