refactor: telescope open with trouble

This commit is contained in:
Dinesh Salunke 2023-09-14 08:41:25 +05:30
parent 8647764ffc
commit c12c9b651f

View File

@ -177,11 +177,17 @@ return {
["<C-j>"] = function(...)
require("telescope.actions").move_selection_next(...)
end,
["<c-t>"] = function(...)
require("trouble.providers.telescope").open_with_trouble(...)
end,
},
n = {
q = function(...)
require("telescope.actions").close(...)
end,
["<c-t>"] = function(...)
require("trouble.providers.telescope").open_with_trouble(...)
end,
},
},
},