mirror of
https://github.com/boxpositron/absolute-vim.git
synced 2026-02-28 11:40:36 +00:00
refactor(dashboard.lua): remove unnecessary empty lines
refactor(dashboard.lua): update dashboard setup config to include the header option with the provided header array
This commit is contained in:
@@ -1,7 +1,5 @@
|
||||
local dashboard = require("dashboard")
|
||||
|
||||
|
||||
|
||||
local header = {
|
||||
[[' ⣇⣿⠘⣿⣿⣿⡿⡿⣟⣟⢟⢟⢝⠵⡝⣿⡿⢂⣼⣿⣷⣌⠩⡫⡻⣝⠹⢿⣿⣷ ']],
|
||||
[[' ⡆⣿⣆⠱⣝⡵⣝⢅⠙⣿⢕⢕⢕⢕⢝⣥⢒⠅⣿⣿⣿⡿⣳⣌⠪⡪⣡⢑⢝⣇ ']],
|
||||
@@ -19,10 +17,9 @@ local header = {
|
||||
[[' ⡝⡵⡕⡀⠑⠳⠿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⠿⠛⢉⡠⡲⡫⡪⡪⡣ ']],
|
||||
}
|
||||
|
||||
|
||||
dashboard.setup({
|
||||
theme = "hyper",
|
||||
config = {
|
||||
header = header
|
||||
}
|
||||
header = header,
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user