mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-06-30 12:34:37 +02:00
style(dashboard): remove unnecessary brackets from keys, including extras (#1809)
* style(dashboard): remove unnecessary brackets from keys, including the p key from the project extras * review Folke --------- Co-authored-by: abeldekat <abel@nomail.com>
This commit is contained in:
parent
0bb628053b
commit
786a061eaa
1 changed files with 4 additions and 0 deletions
|
@ -56,6 +56,10 @@ return {
|
||||||
icon = " ",
|
icon = " ",
|
||||||
key = "p",
|
key = "p",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
projects.desc = projects.desc .. string.rep(" ", 43 - #projects.desc)
|
||||||
|
projects.key_format = " %s"
|
||||||
|
|
||||||
table.insert(opts.config.center, 3, projects)
|
table.insert(opts.config.center, 3, projects)
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue