nvimdev / dashboard-nvim

vim dashboard
MIT License
2.3k stars 187 forks source link

A way to add custom lists to hyper #345

Closed twiddli closed 1 year ago

twiddli commented 1 year ago

Is your feature request related to a problem? Please describe. Hi, great plugin! I wonder if it's possible to make the center lists extendable in the hyper theme?

Describe the solution you'd like Maybe something like

center = {
   extend = {
     list_a_function,
     list_b_function
}
}

Describe alternatives you've considered None that I can think of. MRU and project lists seem to be hardcoded.

Additional context None

glepnir commented 1 year ago

in next version you can write your own theme . it's developing please wait that.