nvimdev / dashboard-nvim

vim dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omit `key` in `doom` theme

musjj opened this issue · 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.