From e6c13e2d4e7acc7a12f7b9776d4ddb2109a18010 Mon Sep 17 00:00:00 2001 From: mhsn Date: Tue, 25 Feb 2025 13:33:42 +0000 Subject: install folke/which-key.nvim --- lua/plugins/which-key.lua | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lua/plugins/which-key.lua (limited to 'lua') diff --git a/lua/plugins/which-key.lua b/lua/plugins/which-key.lua new file mode 100644 index 0000000..dc6d8e8 --- /dev/null +++ b/lua/plugins/which-key.lua @@ -0,0 +1,11 @@ +return { + { + "folke/which-key.nvim", + opts = { + expand = 5, + }, + keys = { + { "?", "WhichKey", desc = "WhichKey" }, + }, + }, +} -- cgit v1.2.3