fix(dashboard): center the LazyVim logo (#845)

* Center the LazyVim logo

This visually centers the LazyVim login on the starter page.

* fix(alpha): center logo

---------

Co-authored-by: Folke Lemaitre <folke.lemaitre@gmail.com>
This commit is contained in:
Landon Schropp 2023-05-28 00:41:58 -07:00 committed by GitHub
parent 88238e2109
commit 72b81553f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 12 additions and 12 deletions

View file

@ -253,12 +253,12 @@ return {
opts = function()
local dashboard = require("alpha.themes.dashboard")
local logo = [[
Z
Z
z
z
Z
Z
z
z
]]
dashboard.section.header.val = vim.split(logo, "\n")