Replies: 2 comments 1 reply
-
I found it was obscure and nobody used it and it wanted to simplify the code as part of the big refactor, since basically all fzf-lua content types are converted to string shell commands this enabled a lot of goodies like the new global picker / combining pickers. As for these functions there are better alternatives, for example, filtering can be done in fzf-lua/lua/fzf-lua/providers/lsp.lua Lines 458 to 461 in e40e233 Over the years I’ve mostly avoided breaking changes at all cost but this was a minimal breaking change (rarely used) for a great benefit. |
Beta Was this translation helpful? Give feedback.
-
Nice! Using |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @ibhagwan , why did you remove callbacks such as
fn_post_fzf
? I was using it to filter the history file and remove duplicate entries (https://github.com/lbrayner/init.lua/blob/master/lua/lbrayner/fzf-lua.lua#L117).Beta Was this translation helpful? Give feedback.
All reactions