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

Omit `key` in `doom` theme

Open musjj opened this issue 2 years ago • 0 comments

If you omit the key option in the doom theme, while the keymap is set, no keys will be displayed at all in the menu. A config like this:

config = {
  center = {
    {
      ...
      keymap = "SPC x x"
    },
  },
}

should still display the key.

musjj avatar Oct 13 '23 17:10 musjj