This website requires JavaScript.
Explore
Help
Sign In
prescientmoon
/
satellite
Watch
1
Fork
You've already forked satellite
0
Code
Activity
01e4fe7095
satellite
/
dotfiles
/
neovim
/
lua
/
my
/
plugins
/
dashboard.lua
9 lines
105 B
Lua
Raw
Normal View
History
Unescape
Escape
A shit ton of stuff
2022-07-19 20:19:36 +02:00
local
M
=
{
}
function
M
.
setup
(
)
local
db
=
require
(
"
dashboard
"
)
A ton of changes
2022-07-27 10:00:25 +02:00
db.custom_header
=
{
}
A shit ton of stuff
2022-07-19 20:19:36 +02:00
end
return
M
Copy permalink