From c8b5d972b986e695d3a83204a788b435fc2668f7 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 24 Jan 2025 21:15:40 +0000 Subject: Remove custom alpha header --- lua/plugins/alpha.lua | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lua/plugins/alpha.lua b/lua/plugins/alpha.lua index 0a769c7..a0f8e12 100644 --- a/lua/plugins/alpha.lua +++ b/lua/plugins/alpha.lua @@ -4,15 +4,6 @@ return { config = function() local theme = require("alpha.themes.startify") theme.file_icons.provider = "devicons" - theme.section.header.val = { - [[ ████ ██████ █████ ██ ]], - [[ ███████████ █████  ]], - [[ █████████ ███████████████████ ███ ███████████ ]], - [[ █████████ ███ █████████████ █████ ██████████████ ]], - [[ █████████ ██████████ █████████ █████ █████ ████ █████ ]], - [[ ███████████ ███ ███ █████████ █████ █████ ████ █████ ]], - [[ ██████ █████████████████████ ████ █████ █████ ████ ██████ ]], - } require("alpha").setup(theme.config) end, keys = { -- cgit