nvimdev / dashboard-nvim

vim dashboard
MIT License
2.34k stars 190 forks source link

feat(doom): configurable key_format property #396

Closed minusfive closed 11 months ago

minusfive commented 11 months ago

This makes the key value format configurable for the doom theme through the key_format property. E.g. use case included in docs.

Thought about putting the config prop at a higher level so the same format is applied to all, but decided on the per-item config because it's more consistent and flexible.