adalessa / laravel.nvim

Plugin for Nvim to work with laravel projects.
MIT License
228 stars 12 forks source link

Ability to configure altenative picker (fzf-lua) #87

Open caliguIa opened 2 months ago

caliguIa commented 2 months ago

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

adalessa commented 2 months ago

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.

caliguIa commented 2 months ago

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

adalessa commented 2 months ago

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

caliguIa commented 2 months ago

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