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"),