fix: include the data.lua file which provides the dashboard header
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user