diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 8228109..6491c3b 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -256,6 +256,7 @@ local default_plugins = { init = function() require("core.utils").load_mappings "whichkey" end, + cmd = "WhichKey", config = function(_, opts) dofile(vim.g.base46_cache .. "whichkey") require("which-key").setup(opts)