We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jump_to_location
1 parent 8f2abd7 commit 1d10391Copy full SHA for 1d10391
lua/fzf-lua/providers/lsp.lua
@@ -60,10 +60,6 @@ local function locations_to_entries(locations, enc)
60
end
61
62
local jump_to_location = function(opts, result, enc)
63
- -- exits the fzf window when use with async
64
- -- safe to call even if the interface is closed
65
- utils.fzf_exit()
66
-
67
local action = opts.jump1_action
68
if action then
69
local entries = locations_to_entries({ result }, enc)
0 commit comments