dashboard-nvim
dashboard-nvim copied to clipboard
Weekly Header Not Displayed in Color
Unsure why my week header wont show up with color. Using NVChad with nvim 0.10.0
This is what it looks like:
This is my config:
{
"nvimdev/dashboard-nvim",
event = "VimEnter",
config = function()
require("dashboard").setup {
-- config
theme = "hyper",
config = {
week_header = {
enable = true,
},
shortcut = {},
footer = {},
},
}
end,
dependencies = { { "nvim-tree/nvim-web-devicons" } },
},