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" }, },