make whichkey lazyloadable by its cmd
This commit is contained in:
parent
37dd52eecc
commit
e0811a13a8
|
|
@ -251,6 +251,7 @@ local plugins = {
|
|||
"folke/which-key.nvim",
|
||||
enabled = true,
|
||||
keys = { "<leader>", "\"", "'", "`", "c", "v" },
|
||||
cmd = "WhichKey",
|
||||
config = function()
|
||||
require "plugins.configs.whichkey"
|
||||
end,
|
||||
|
|
|
|||
Reference in New Issue