mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): add a nice Alpha dashboard header
This commit is contained in:
@@ -2,7 +2,12 @@
|
||||
local alpha = require("alpha")
|
||||
local dashboard = require("alpha.themes.dashboard")
|
||||
|
||||
dashboard.section.header.val = {}
|
||||
dashboard.section.header.val = {
|
||||
" ▖ ",
|
||||
"┌─╮╭─╮╭─╮▖ ▖▖▄▄▗▄ ",
|
||||
"│ │├─┘│ │▝▖▞ ▌▌ ▌ ▌",
|
||||
"╵ ╵╰─╯╰─╯ ▝ ▘▘ ▘ ▘",
|
||||
}
|
||||
|
||||
dashboard.section.buttons.val = {
|
||||
dashboard.button("e", " New File", ":ene <BAR> startinsert<CR>"),
|
||||
|
||||
Reference in New Issue
Block a user