mirror of
https://github.com/LazyVim/LazyVim.git
synced 2025-07-14 19:34:36 +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)()
|
return LazyVim.pick(cmd, opts)()
|
||||||
end,
|
end,
|
||||||
header = [[
|
header = [[
|
||||||
██╗ █████╗ ███████╗██╗ ██╗██╗ ██╗██╗███╗ ███╗ Z
|
Z
|
||||||
██║ ██╔══██╗╚══███╔╝╚██╗ ██╔╝██║ ██║██║████╗ ████║ Z
|
█████ ████ ██ z
|
||||||
██║ ███████║ ███╔╝ ╚████╔╝ ██║ ██║██║██╔████╔██║ z
|
█████ ████
|
||||||
██║ ██╔══██║ ███╔╝ ╚██╔╝ ╚██╗ ██╔╝██║██║╚██╔╝██║ z
|
███ ███ ███████████████████ ██ █████
|
||||||
███████╗██║ ██║███████╗ ██║ ╚████╔╝ ██║██║ ╚═╝ ██║
|
███ ████ ██ ███████████ ███ ████████
|
||||||
╚══════╝╚═╝ ╚═╝╚══════╝ ╚═╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
|
███ ████ ██ ████████████ ███ ███ ██ ███
|
||||||
]],
|
█████████ ██ ██ ██ █████ ███ ███ ██ ███
|
||||||
|
███████████████████████████████ ███ ███ ███ ██ ███]],
|
||||||
-- stylua: ignore
|
-- stylua: ignore
|
||||||
---@type snacks.dashboard.Item[]
|
---@type snacks.dashboard.Item[]
|
||||||
keys = {
|
keys = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue