diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index c7068bd..7b06058 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -85,7 +85,7 @@ return { function() require("telescope.builtin").lsp_references() end, - desc = "Find References", + desc = "Find References", mode ={"n", "v", "x"} }, }, opts = { diff --git a/lua/plugins/vim-notify.lua b/lua/plugins/vim-notify.lua index 235e52d..a21f405 100644 --- a/lua/plugins/vim-notify.lua +++ b/lua/plugins/vim-notify.lua @@ -10,6 +10,6 @@ return { vim.notify = require("notify") end, keys = { - { "fn", "Telescope notify", desc = "Telescope search notifications" }, + { "fn", "Telescope notify", desc = "Telescope search notifications", mode ={"n", "v", "x"} }, }, }