-
thank you so much for the recent "combine" which allows us ot create "palette" like all other editors (sublimetext, vscode, I hope someone revives the spirit of https://github.com/teto/nvim-palette xD). I would like to combine builtins pickers with one of my own (a jujutsu picker, a VCS like git). Looking at the code fzf-lua looks for pickers in |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Use You can then make a custom global picker (or combine, whichever you prefer): elanmed/fzf-lua-frecency.nvim#19 |
Beta Was this translation helpful? Give feedback.
Use
FzfLua.register_extension
, see an example infzf-lua-frecency
:https://github.com/ibhagwan/fzf-lua-frecency.nvim/blob/e2b398fe071b7ea1b48e0f9628d63f3ad9d4f158/lua/fzf-lua-frecency/init.lua#L37
You can then make a custom global picker (or combine, whichever you prefer): elanmed/fzf-lua-frecency.nvim#19