nix-conf/home/config/nvim/lua/plugins/alpha.lua
2025-01-16 21:06:10 +08:00

20 lines
1.7 KiB
Lua

return {
{
"goolord/alpha-nvim",
opts = function()
local dashboard = require("alpha.themes.dashboard")
local logo = [[
██████████ █████████ █████████ █████ █████ █████ █████ █████ █████
░░███░░░░███ ███░░░░░███ ███░░░░░███░░███ ░░███ ░░███ ░░███ ░░███ ░░███
░███ ░░███ ░███ ░███ ███ ░░░ ░███ ░███ ░░███ ███ ░░███ ███
░███ ░███ ░███████████ ░███ ░███████████ ░░█████ ░░█████
░███ ░███ ░███░░░░░███ ░███ ░███░░░░░███ ███░███ ░░███
░███ ███ ░███ ░███ ░░███ ███ ░███ ░███ ███ ░░███ ░███
██████████ █████ █████ ░░█████████ █████ █████ █████ █████ █████
░░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░ ░░░░░
]]
dashboard.section.header.val = vim.split(logo, "\n")
end,
},
}