include c, v keys in whichkey lazyloading

This commit is contained in:
krolyxon 2023-04-13 16:57:32 +05:30
parent 37bfdbc733
commit 40e53c0bc1
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ local plugins = {
-- Only load whichkey after all the gui
{ "folke/which-key.nvim",
enabled = true,
keys = { "<leader>", "\"", "'", "`" },
keys = { "<leader>", "\"", "'", "`", "c", "v" },
config = function()
require "plugins.configs.whichkey"
end,