forked from dineshsalunke/nvim-config
refactor: telescope open with trouble
This commit is contained in:
parent
8647764ffc
commit
c12c9b651f
@ -177,11 +177,17 @@ return {
|
|||||||
["<C-j>"] = function(...)
|
["<C-j>"] = function(...)
|
||||||
require("telescope.actions").move_selection_next(...)
|
require("telescope.actions").move_selection_next(...)
|
||||||
end,
|
end,
|
||||||
|
["<c-t>"] = function(...)
|
||||||
|
require("trouble.providers.telescope").open_with_trouble(...)
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
n = {
|
n = {
|
||||||
q = function(...)
|
q = function(...)
|
||||||
require("telescope.actions").close(...)
|
require("telescope.actions").close(...)
|
||||||
end,
|
end,
|
||||||
|
["<c-t>"] = function(...)
|
||||||
|
require("trouble.providers.telescope").open_with_trouble(...)
|
||||||
|
end,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user