1
Fork 0
satellite/dotfiles/neovim/lua/my/plugins/dashboard.lua
2022-07-27 11:01:45 +03:00

9 lines
105 B
Lua

local M = {}
function M.setup()
local db = require("dashboard")
db.custom_header = {}
end
return M