mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(nvim): remove Alpha dashboard header
This commit is contained in:
@@ -2,14 +2,7 @@
|
|||||||
local alpha = require("alpha")
|
local alpha = require("alpha")
|
||||||
local dashboard = require("alpha.themes.dashboard")
|
local dashboard = require("alpha.themes.dashboard")
|
||||||
|
|
||||||
dashboard.section.header.val = {
|
dashboard.section.header.val = {}
|
||||||
[[🟨🟨🟨🟨🟨🟨🟨🟨]],
|
|
||||||
[[🟨🟨🟨🟨🟨🟨🟨🟨]],
|
|
||||||
[[🟨🟨🟨 🐍 🟨🟨🟨]],
|
|
||||||
[[🟨🟨🌿🌿🌿🌿🟨🟨]],
|
|
||||||
[[🟨🟨🟨🟨🟨🟨🟨🟨]],
|
|
||||||
[[DONT TREAD ON ME]],
|
|
||||||
}
|
|
||||||
|
|
||||||
dashboard.section.buttons.val = {
|
dashboard.section.buttons.val = {
|
||||||
dashboard.button("f", " Find Files", ":Telescope find_files<CR>"),
|
dashboard.button("f", " Find Files", ":Telescope find_files<CR>"),
|
||||||
|
|||||||
Reference in New Issue
Block a user