From b32f57d7d805c6f46df4c7790d658c48375c18a6 Mon Sep 17 00:00:00 2001 From: Mora Unie Youer Date: Sat, 29 Mar 2025 20:32:06 +0300 Subject: style: format all `.lua` files with Stylua --- lua/config/plugins/extra.lua | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'lua/config/plugins/extra.lua') diff --git a/lua/config/plugins/extra.lua b/lua/config/plugins/extra.lua index d12e690..d1e1a4e 100644 --- a/lua/config/plugins/extra.lua +++ b/lua/config/plugins/extra.lua @@ -1,16 +1,16 @@ 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({ - { "g", group = "git" }, - { "gh", group = "hunk" }, - { "s", group = "search" }, - { "S", group = "surround" }, - }) - end, - }, + require("which-key").add({ + { "g", group = "git" }, + { "gh", group = "hunk" }, + { "s", group = "search" }, + { "S", group = "surround" }, + }) + end, + }, } -- cgit v1.2.3-70-g09d2