We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aac6fb commit 86e3ba8Copy full SHA for 86e3ba8
1 file changed
lua/fzf-lua/core.lua
@@ -313,6 +313,7 @@ M.fzf = function(contents, opts)
313
-- update context and save a copy in options (for actions)
314
-- call before creating the window or fzf_winobj is not nil
315
opts.__CTX = utils.CTX(opts._ctx)
316
+ opts.__INFO = FzfLua.get_info()
317
318
-- setup the fzf window and preview layout
319
local fzf_win = win:new(opts)
0 commit comments