include c, v keys in whichkey lazyloading
This commit is contained in:
parent
37bfdbc733
commit
40e53c0bc1
|
|
@ -217,7 +217,7 @@ local plugins = {
|
||||||
-- Only load whichkey after all the gui
|
-- Only load whichkey after all the gui
|
||||||
{ "folke/which-key.nvim",
|
{ "folke/which-key.nvim",
|
||||||
enabled = true,
|
enabled = true,
|
||||||
keys = { "<leader>", "\"", "'", "`" },
|
keys = { "<leader>", "\"", "'", "`", "c", "v" },
|
||||||
config = function()
|
config = function()
|
||||||
require "plugins.configs.whichkey"
|
require "plugins.configs.whichkey"
|
||||||
end,
|
end,
|
||||||
|
|
|
||||||
Reference in New Issue