include c , v keys in whichkey lazyloading

pull/1739/head
siduck 1 year ago
parent 12f26e91ef
commit 7914da7cd3

@ -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,

Loading…
Cancel
Save