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
|
-- Only load whichkey after all the gui
|
||||||
{
|
{
|
||||||
"folke/which-key.nvim",
|
"folke/which-key.nvim",
|
||||||
keys = { "<leader>", '"', "'", "`" },
|
keys = { "<leader>", '"', "'", "`", "c", "v" },
|
||||||
init = function()
|
init = function()
|
||||||
require("core.utils").load_mappings "whichkey"
|
require("core.utils").load_mappings "whichkey"
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in New Issue