diff --git a/lua/absolute/after/dashboard.lua b/lua/absolute/after/dashboard.lua index 514d60e..e2fe1d9 100644 --- a/lua/absolute/after/dashboard.lua +++ b/lua/absolute/after/dashboard.lua @@ -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, + }, })