dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

Weekly Header Not Displayed in Color

Open JoshuaFurman opened this issue 1 year ago • 2 comments

Unsure why my week header wont show up with color. Using NVChad with nvim 0.10.0

This is what it looks like: image

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" } },
  },

JoshuaFurman avatar Aug 04 '24 01:08 JoshuaFurman