chore(nvim): remove Alpha dashboard header

This commit is contained in:
Stefan Imhoff
2022-12-25 10:19:19 +01:00
parent 9061b85650
commit 64390b110b

View File

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