We have broke all extension that do some sort of goto_file_selection:replace Problem described here: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767831897 Possible solution: https://github.com/nvim-telescope/telescope.nvim/pull/465#issuecomment-767808213
This commit is contained in:
@@ -116,7 +116,7 @@ lsp.code_actions = function(opts)
|
||||
end
|
||||
},
|
||||
attach_mappings = function(prompt_bufnr)
|
||||
actions.select:replace(function()
|
||||
actions.goto_file_selection_edit:replace(function()
|
||||
local selection = actions.get_selected_entry()
|
||||
actions.close(prompt_bufnr)
|
||||
local val = selection.value
|
||||
|
||||
Reference in New Issue
Block a user