mirror of
https://github.com/Dichgrem/dotfiles.git
synced 2025-07-31 17:09:30 -04:00
19 lines
1.0 KiB
Lua
19 lines
1.0 KiB
Lua
-- ~/.config/nvim/lua/plugins/dashboard.lua
|
|
return {
|
|
"folke/snacks.nvim",
|
|
opts = {
|
|
dashboard = {
|
|
preset = {
|
|
header = [[
|
|
███╗ ██╗███████╗ ██████╗ ██╗ ██╗██╗███╗ ███╗
|
|
████╗ ██║██╔════╝██╔═══██╗██║ ██║██║████╗ ████║
|
|
██╔██╗ ██║█████╗ ██║ ██║██║ ██║██║██╔████╔██║
|
|
██║╚██╗██║██╔══╝ ██║ ██║╚██╗ ██╔╝██║██║╚██╔╝██║
|
|
██║ ╚████║███████╗╚██████╔╝ ╚████╔╝ ██║██║ ╚═╝ ██║
|
|
╚═╝ ╚═══╝╚══════╝ ╚═════╝ ╚═══╝ ╚═╝╚═╝ ╚═╝
|
|
]],
|
|
},
|
|
},
|
|
},
|
|
}
|