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
|
||||
{ "folke/which-key.nvim",
|
||||
enabled = true,
|
||||
keys = { "<leader>", "\"", "'", "`" },
|
||||
keys = { "<leader>", "\"", "'", "`", "c", "v" },
|
||||
config = function()
|
||||
require "plugins.configs.whichkey"
|
||||
end,
|
||||
|
|
|
|||
Reference in New Issue