dotfiles/modules/programs/nvim/plugins/dashboard-nvim.lua

10 lines
152 B
Lua
Raw Normal View History

require("dashboard").setup({
theme = "hyper",
config = {
packages = { enable = false },
week_header = {
enable = true,
},
},
})