From 104bb1a8a21d8526d326e4e0cb44ace6206c5236 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Thu, 6 Mar 2025 16:51:51 +0300 Subject: feat: add `leap` --- lua/config/plugins/extra.lua | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lua/config/plugins/extra.lua') diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index 8cf9e70..8e2b35c 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -1,13 +1,13 @@ return { - { - "which-key.nvim", - event = "DeferredUIEnter", - after = function(_) - require("which-key").setup() + { + "which-key.nvim", + event = "DeferredUIEnter", + after = function(_) + require("which-key").setup() - require("which-key").add({ - { "s", group = "search" }, - }) - end, - }, + require("which-key").add({ + { "s", group = "search" }, + }) + end, + }, } -- cgit v1.2.3-70-g09d2