From c56f1242dfc9c1fbba71fc3a22448d5d563703e0 Mon Sep 17 00:00:00 2001 From: umlx5h <20206121+umlx5h@users.noreply.github.com> Date: Mon, 16 Oct 2023 23:36:34 +0900 Subject: [PATCH] Add CTRL-w key to whichkey lazyloading (#2446) --- lua/plugins/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/init.lua b/lua/plugins/init.lua index a517851..25809b8 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,