diff --git a/lua/lazyvim/plugins/editor.lua b/lua/lazyvim/plugins/editor.lua index 0460bc38..b5e3d071 100644 --- a/lua/lazyvim/plugins/editor.lua +++ b/lua/lazyvim/plugins/editor.lua @@ -140,6 +140,9 @@ return { [""] = function(...) return require("trouble.providers.telescope").open_with_trouble(...) end, + [""] = function(...) + return require("trouble.providers.telescope").open_selected_with_trouble(...) + end, [""] = function() Util.telescope("find_files", { no_ignore = true })() end,