Skip to content

Commit 1d10391

Browse files
phanenibhagwan
authored andcommitted
chore(lsp): jump1 jump_to_location cleaup
1 parent 8f2abd7 commit 1d10391

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lua/fzf-lua/providers/lsp.lua

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,6 @@ local function locations_to_entries(locations, enc)
6060
end
6161

6262
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-
6763
local action = opts.jump1_action
6864
if action then
6965
local entries = locations_to_entries({ result }, enc)

0 commit comments

Comments
 (0)