From ccdef9f43b27c274efe4711e6c5a2d4fe78e261c Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 16:21:06 +0300 Subject: feat: basic proof-of-concept configuration --- lua/config/plugins/extra.lua | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lua/config/plugins/extra.lua (limited to 'lua/config/plugins/extra.lua') diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua new file mode 100644 index 0000000..8cf9e70 --- /dev/null +++ b/lua/config/plugins/extra.lua @@ -0,0 +1,13 @@ +return { + { + "which-key.nvim", + event = "DeferredUIEnter", + after = function(_) + require("which-key").setup() + + require("which-key").add({ + { "s", group = "search" }, + }) + end, + }, +} -- cgit v1.2.3-70-g09d2