1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/dashboard.lua

9 lines
105 B
Lua
Raw Normal View History

2022-07-19 20:19:36 +02:00
local M = {}
function M.setup()
local db = require("dashboard")
2022-07-27 10:00:25 +02:00
db.custom_header = {}
2022-07-19 20:19:36 +02:00
end
return M