Skip to content

Commit 86e3ba8

Browse files
committed
fix: LazyVim trouble integration (closes #2208)
1 parent 5aac6fb commit 86e3ba8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lua/fzf-lua/core.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ M.fzf = function(contents, opts)
313313
-- update context and save a copy in options (for actions)
314314
-- call before creating the window or fzf_winobj is not nil
315315
opts.__CTX = utils.CTX(opts._ctx)
316+
opts.__INFO = FzfLua.get_info()
316317

317318
-- setup the fzf window and preview layout
318319
local fzf_win = win:new(opts)

0 commit comments

Comments
 (0)