include c , v keys in whichkey lazyloading

This commit is contained in:
siduck 2023-04-12 18:03:18 +05:30
parent 12f26e91ef
commit 7914da7cd3

View file

@ -253,7 +253,7 @@ local default_plugins = {
-- Only load whichkey after all the gui
{
"folke/which-key.nvim",
keys = { "<leader>", '"', "'", "`" },
keys = { "<leader>", '"', "'", "`", "c", "v" },
init = function()
require("core.utils").load_mappings "whichkey"
end,