feat: configure logo for dashboard

pull/99/head
fm39hz-workstation 2024-05-15 15:34:20 +07:00 committed by fm39hz-laptop
parent 60ff967ca2
commit f306ef747f
1 changed files with 22 additions and 0 deletions

View File

@ -1,3 +1,15 @@
local logo =
[[
]]
return {
{
"LazyVim/LazyVim",
@ -5,4 +17,14 @@ return {
colorscheme = "everforest",
},
},
{
"goolord/alpha-nvim",
opts = {
section = {
header = {
val = vim.split(logo, "\n"),
},
},
},
},
}