diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index 7b8a253..8228109 100644 --- a/lua/plugins/init.lua +++ b/lua/plugins/init.lua @@ -252,7 +252,7 @@ local default_plugins = { -- Only load whichkey after all the gui { "folke/which-key.nvim", - keys = { "", '"', "'", "`", "c", "v", "g" }, + keys = { "", "", '"', "'", "`", "c", "v", "g" }, init = function() require("core.utils").load_mappings "whichkey" end,