mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-22 00:49:03 +02:00
feat(dashboard): remove unnecessary brackets from keys (#1791)
This commit is contained in:
parent
ae77bfda89
commit
d73aee4a93
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue