nvimdev / dashboard-nvim

vim dashboard
MIT License
2.19k stars 177 forks source link

Update footer/header from outside #438

Closed ilan-schemoul closed 3 months ago

ilan-schemoul commented 3 months ago

Is your feature request related to a problem? Please describe. I want to make a network request with curl using plenary however I do not want network request to slow everything down. I want this to be async.

Describe the solution you'd like A command DashboardFooterUpdate DashboardHeaderUpdate so I can call that in the callback function.

Describe alternatives you've considered It would be even better if dashboard could take an async function as footer/header but IDK if that's possible

ilan-schemoul commented 3 months ago

444 is merged