From 87512c348d8b9db17170169823c855e287106bcf Mon Sep 17 00:00:00 2001 From: cool-mist Date: Sat, 23 Aug 2025 10:51:06 +0530 Subject: [PATCH] remove which-key --- init.lua | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.lua b/init.lua index 936842f..4a7b67f 100644 --- a/init.lua +++ b/init.lua @@ -643,12 +643,6 @@ lazy.setup({ } } }, - - -- Shows a popups with the keybindings that are available after a small delay - { - "folke/which-key.nvim", - config = true - }, }) ---------------