mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
chore(nvim): add a nice Alpha dashboard header
This commit is contained in:
@@ -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>"),
|
||||||
|
|||||||
Reference in New Issue
Block a user