chore(nvim): add a nice Alpha dashboard header

This commit is contained in:
Stefan Imhoff
2023-01-11 12:30:15 +01:00
parent a7522360f8
commit 6cbac9bdef

View File

@@ -2,7 +2,12 @@
local alpha = require("alpha") local alpha = require("alpha")
local dashboard = require("alpha.themes.dashboard") local dashboard = require("alpha.themes.dashboard")
dashboard.section.header.val = {} dashboard.section.header.val = {
"",
"┌─╮╭─╮╭─╮▖ ▖▖▄▄▗▄ ",
"│ │├─┘│ │▝▖▞ ▌▌ ▌ ▌",
"╵ ╵╰─╯╰─╯ ▝ ▘▘ ▘ ▘",
}
dashboard.section.buttons.val = { dashboard.section.buttons.val = {
dashboard.button("e", " New File", ":ene <BAR> startinsert<CR>"), dashboard.button("e", " New File", ":ene <BAR> startinsert<CR>"),