fix: include the data.lua file which provides the dashboard header

This commit is contained in:
2026-04-17 18:25:51 -04:00
parent 21ec297431
commit d448e591d8
+23
View File
@@ -0,0 +1,23 @@
--[[
┌────────────────────────────────────────────────────────────────┐
│ Data Storage │
└────────────────────────────────────────────────────────────────┘
--]]
local M = {}
--- Dashboard Header
M.header = [[
██████╗ ██████╗ ██████╗ ████████╗██╗███████╗███████╗████████╗
██╔══██╗██╔═══██╗██╔═══██╗╚══██╔══╝██║██╔════╝██╔════╝╚══██╔══╝
██████╔╝██║ ██║██║ ██║ ██║ ██║█████╗ ███████╗ ██║
██╔══██╗██║ ██║██║ ██║ ██║ ██║██╔══╝ ╚════██║ ██║
██║ ██║╚██████╔╝╚██████╔╝ ██║ ██║███████╗███████║ ██║
╚═╝ ╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚══════╝ ╚═╝
 N E O V I M E D I T I O N 
[ 󰈚 ] [ 󰈭 ] [ 󰊄 ] [ 󰒲 ] [ 󰒓 ] [ 󰩈 ]
]]
return M