mirror of
https://git.sr.ht/~danbarber/dotfiles
synced 2025-03-04 08:59:18 +00:00
29 lines
735 B
Lua
29 lines
735 B
Lua
return {
|
|
"glepnir/dashboard-nvim",
|
|
event = "VimEnter",
|
|
config = function()
|
|
require("dashboard").setup({
|
|
theme = "hyper",
|
|
config = {
|
|
header = {
|
|
[[ . . ]],
|
|
[[ ';;,. ::' ]],
|
|
[[ ,:::;,, :ccc, ]],
|
|
[[,::c::,,,,. :cccc,]],
|
|
[[,cccc:;;;;;. cllll,]],
|
|
[[,cccc;.;;;;;, cllll;]],
|
|
[[:cccc; .;;;;;;. coooo;]],
|
|
[[;llll; ,:::::'loooo;]],
|
|
[[;llll: ':::::loooo:]],
|
|
[[:oooo: .::::llodd:]],
|
|
[[.;ooo: ;cclooo:.]],
|
|
[[ .;oc 'coo;. ]],
|
|
[[ .' .,. ]],
|
|
[[]],
|
|
[[]],
|
|
},
|
|
},
|
|
})
|
|
end,
|
|
}
|