nvimdev / dashboard-nvim

vim dashboard
MIT License
2.21k stars 179 forks source link

Omit `key` in `doom` theme #393

Open musjj opened 9 months ago

musjj commented 9 months ago

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.