From 868b1b055430e271483652682b8586cccdd122b1 Mon Sep 17 00:00:00 2001 From: Jorge Villalobos Date: Wed, 18 Oct 2023 13:00:34 -0400 Subject: [PATCH] style(dashboard): remove unnecessary brackets from keys --- lua/lazyvim/plugins/ui.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/lazyvim/plugins/ui.lua b/lua/lazyvim/plugins/ui.lua index d0d24533..2f97c374 100644 --- a/lua/lazyvim/plugins/ui.lua +++ b/lua/lazyvim/plugins/ui.lua @@ -391,6 +391,7 @@ return { for _, button in ipairs(opts.config.center) do button.desc = button.desc .. string.rep(" ", 43 - #button.desc) + button.key_format = " %s" end -- close Lazy and re-open when the dashboard is ready