diff options
Diffstat (limited to 'lua/plugins')
| -rw-r--r-- | lua/plugins/alpha.lua | 9 |
1 files changed, 0 insertions, 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 = { |
