-
Notifications
You must be signed in to change notification settings - Fork 21
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to configure altenative picker (fzf-lua) #87
Comments
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. |
Thanks, I will attempt to take a look soon. Cheers |
@caliguIa if you have any question related to the plugin feel free to do it, I can provide some support to it. |
Thanks @adalessa appreciate it, I will attempt to take a look at it this week if I get the time. |
I'm interested in tackling this issue, as I also prefer using fzf-lua over telescope these days. |
@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 |
The easiest way to do this is to use vim.ui.select instead of telescope integration and register fzf/telescope as vim.ui.select |
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 |
It's already on master, I pulled the trigger, now is tagged as 3.0 |
Sorry for the ignorance, but how do I enable it instead of telescope? I can't find it anywhere in the docs {
"adalessa/laravel.nvim",
dependencies = {
"tpope/vim-dotenv",
"MunifTanjim/nui.nvim",
"kevinhwang91/promise-async",
},
lazy = true,
ft = { "php" },
cmd = { "Laravel" },
keys = {
{ "<leader>la", ":Laravel artisan<cr>" },
{ "<leader>lr", ":Laravel routes<cr>" },
{ "<leader>lm", ":Laravel related<cr>" },
},
opts = {},
config = true,
} |
@Dieal this should do it:
|
Hi, it would be great if we could configure alternative pickers (fzf-lua) instead of telescope.
The text was updated successfully, but these errors were encountered: