From 64390b110b0e16df5873ffce2950fd1b6aee1f80 Mon Sep 17 00:00:00 2001 From: Stefan Imhoff Date: Sun, 25 Dec 2022 10:19:19 +0100 Subject: [PATCH] chore(nvim): remove Alpha dashboard header --- nvim/after/plugin/alpha.lua | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/nvim/after/plugin/alpha.lua b/nvim/after/plugin/alpha.lua index ca7e21e..4ce92d0 100644 --- a/nvim/after/plugin/alpha.lua +++ b/nvim/after/plugin/alpha.lua @@ -2,14 +2,7 @@ local alpha = require("alpha") local dashboard = require("alpha.themes.dashboard") -dashboard.section.header.val = { - [[🟨🟨🟨🟨🟨🟨🟨🟨]], - [[🟨🟨🟨🟨🟨🟨🟨🟨]], - [[🟨🟨🟨 🐍 🟨🟨🟨]], - [[🟨🟨🌿🌿🌿🌿🟨🟨]], - [[🟨🟨🟨🟨🟨🟨🟨🟨]], - [[DONT TREAD ON ME]], -} +dashboard.section.header.val = {} dashboard.section.buttons.val = { dashboard.button("f", " Find Files", ":Telescope find_files"),