From e497242144f9b462f08e9909d4523bc02b919e25 Mon Sep 17 00:00:00 2001 From: Denys Pavlov Date: Mon, 6 Nov 2023 14:39:25 -0500 Subject: [PATCH] style(nvim): format --- home-manager/modules/neovim/nvim/lua/plugins/base.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/modules/neovim/nvim/lua/plugins/base.lua b/home-manager/modules/neovim/nvim/lua/plugins/base.lua index ec25a8a1..eadc2161 100644 --- a/home-manager/modules/neovim/nvim/lua/plugins/base.lua +++ b/home-manager/modules/neovim/nvim/lua/plugins/base.lua @@ -125,8 +125,8 @@ return { event = me.o.events.verylazy, version = false, keys = { - { "[", "WhichKey ["}, - { "]", "WhichKey ]"}, + { "[", "WhichKey [" }, + { "]", "WhichKey ]" }, { "[", "tabprevious" }, { "]", "tabnext" }, },