-
I have a shell (bash) script which has runs fzf to show a set of files where upon selection, it opens the file for edit. Bound to fzf-lua, it works as expected for use in Neovim:
which upon I then implement toggling with
which works from the terminal, but Other questions: Can fzf-lua respect the Unrelated: In Much appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
you’ll can use the same script most likely if you send it via
It should unless you’re using one of the profiles that modifies the prompt, in that case send
o are the picker options, default ones plus the ones you added via setup/call. |
Beta Was this translation helpful? Give feedback.
-
I reproduced the issue using minimal config: init.lua (lazy.nvim), lua/test/plugins/fzf-lua.lua and wiped
nvim: v0.10.3,
I use the wrapper shell script often in the CLI and prefer to manage the logic to create the sets of files in one place rather than port it into Lua and manage both (the collection of files come from different types of sources and some filtering logic so a bit more involved than what my Lua is capable of). I have no faith in my Lua so could very well be just be an issue with my config posted. |
Beta Was this translation helpful? Give feedback.
@csswright, had more time to dig into this properly, fixed in 8af88e5.