mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
style(dashboard): remove unnecessary brackets from keys
This commit is contained in:
parent
ae77bfda89
commit
868b1b0554
1 changed files with 1 additions and 0 deletions
|
|
@ -391,6 +391,7 @@ return {
|
||||||
|
|
||||||
for _, button in ipairs(opts.config.center) do
|
for _, button in ipairs(opts.config.center) do
|
||||||
button.desc = button.desc .. string.rep(" ", 43 - #button.desc)
|
button.desc = button.desc .. string.rep(" ", 43 - #button.desc)
|
||||||
|
button.key_format = " %s"
|
||||||
end
|
end
|
||||||
|
|
||||||
-- close Lazy and re-open when the dashboard is ready
|
-- close Lazy and re-open when the dashboard is ready
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue