diff --git a/lua/plugins/editor.lua b/lua/plugins/editor.lua index 6df8684..c92117b 100644 --- a/lua/plugins/editor.lua +++ b/lua/plugins/editor.lua @@ -177,11 +177,17 @@ return { [""] = function(...) require("telescope.actions").move_selection_next(...) end, + [""] = function(...) + require("trouble.providers.telescope").open_with_trouble(...) + end, }, n = { q = function(...) require("telescope.actions").close(...) end, + [""] = function(...) + require("trouble.providers.telescope").open_with_trouble(...) + end, }, }, },