dashboard-nvim
dashboard-nvim copied to clipboard
Omit `key` in `doom` theme
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.