vim.ui.select instead of telescope or fzf-lua#160
vim.ui.select instead of telescope or fzf-lua#160ataha322 wants to merge 1 commit intoThePrimeagen:masterfrom
Conversation
|
the reason is that i have never really dont anything with that side of the world and the people who implemented telescope / fzf did it that way and i thought it was ok. if this is better, i am totally down :) i just have no idea. @codegirl-007 did you do telescope? |
|
It was done as part of the model picker (not by me) in #92. I agree that fewer dependencies are better. From what I understand, switching to |
|
Telescope has an extension to interface with pretty sure this is how a lot of plugins (and users) expect to interface with pickers and not have to maintain picker-specific code. but the real win is simpler docs lol |
vim.ui.select()(which can accept telescope of fzf as hooks).If there was a reason, can someone explain. If not, we can drop a lot of code and docs if we just use
vim.ui.select().