include c , v keys in whichkey lazyloading
This commit is contained in:
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…
Reference in New Issue