allow in visual mode
This commit is contained in:
parent
dbb79dd46b
commit
ea76caa3ca
2 changed files with 2 additions and 2 deletions
|
@ -85,7 +85,7 @@ return {
|
|||
function()
|
||||
require("telescope.builtin").lsp_references()
|
||||
end,
|
||||
desc = "Find References",
|
||||
desc = "Find References", mode ={"n", "v", "x"}
|
||||
},
|
||||
},
|
||||
opts = {
|
||||
|
|
|
@ -10,6 +10,6 @@ return {
|
|||
vim.notify = require("notify")
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications" },
|
||||
{ "<leader>fn", "<cmd>Telescope notify<cr>", desc = "Telescope search notifications", mode ={"n", "v", "x"} },
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue