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(...)
|
||||
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,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user