This commit is contained in:
RalphA 2024-09-11 23:37:06 -07:00
parent 4787b47689
commit 3a921f3c4a

View file

@ -156,12 +156,12 @@ return {
"nvimdev/dashboard-nvim",
opts = function(_, opts)
local logo = [[
Z
Z
z
z
Z
Z
z
z
]]
logo = string.rep("\n", 8) .. logo .. "\n\n"
opts.config.header = vim.split(logo, "\n")