mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 11:24:38 +02:00
feat(ui): introduce new fancy header
This commit is contained in:
parent
25abbf546d
commit
ca918b1e0a
1 changed files with 8 additions and 7 deletions
|
@ -301,13 +301,14 @@ return {
|
|||
return LazyVim.pick(cmd, opts)()
|
||||
end,
|
||||
header = [[
|
||||
██╗ █████╗ ███████╗██╗ ██╗██╗ ██╗██╗███╗ ███╗ Z
|
||||
██║ ██╔══██╗╚══███╔╝╚██╗ ██╔╝██║ ██║██║████╗ ████║ Z
|
||||
██║ ███████║ ███╔╝ ╚████╔╝ ██║ ██║██║██╔████╔██║ z
|
||||
██║ ██╔══██║ ███╔╝ ╚██╔╝ ╚██╗ ██╔╝██║██║╚██╔╝██║ z
|
||||
███████╗██║ ██║███████╗ ██║ ╚████╔╝ ██║██║ ╚═╝ ██║
|
||||
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
|
||||
]],
|
||||
Z
|
||||
█████ ████ ██ z
|
||||
█████ ████
|
||||
███ ███ ███████████████████ ██ █████
|
||||
███ ████ ██ ███████████ ███ ████████
|
||||
███ ████ ██ ████████████ ███ ███ ██ ███
|
||||
█████████ ██ ██ ██ █████ ███ ███ ██ ███
|
||||
███████████████████████████████ ███ ███ ███ ██ ███]],
|
||||
-- stylua: ignore
|
||||
---@type snacks.dashboard.Item[]
|
||||
keys = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue