allow in visual mode

This commit is contained in:
RingOfStorms (Joshua Bell) 2023-10-04 11:18:06 -05:00
parent dbb79dd46b
commit ea76caa3ca
2 changed files with 2 additions and 2 deletions

View file

@ -85,7 +85,7 @@ return {
function()
require("telescope.builtin").lsp_references()
end,
desc = "Find References",
desc = "Find References", mode ={"n", "v", "x"}
},
},
opts = {