From 6cbac9bdef97611bd1e7f3ccfb8be8b30e99daaa Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Wed, 11 Jan 2023 12:30:15 +0100 Subject: [PATCH] chore(nvim): add a nice Alpha dashboard header --- nvim/after/plugin/alpha.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/nvim/after/plugin/alpha.lua b/nvim/after/plugin/alpha.lua index 6fa7b38..4914854 100644 --- a/nvim/after/plugin/alpha.lua +++ b/nvim/after/plugin/alpha.lua @@ -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 startinsert"),