dashboard-nvim icon indicating copy to clipboard operation
dashboard-nvim copied to clipboard

How do I add a custom section?

Open idvorkin opened this issue 1 year ago • 1 comments

Cool plugin, I'm trying to understand how to configure it correctly, apologies if this is in a manual, if so just link it!

I'd like to add a new section, say adding the weather for the next 7 days. I can do something similar adding a footer, but I'd like it to be a section.

Do I add this in the theme?: * https://github.com/nvimdev/dashboard-nvim/blob/master/lua/dashboard/theme/hyper.lua? * Is there some guidance on how to modify the theme? Do I add it somewhere else?

idvorkin avatar Nov 26 '23 17:11 idvorkin

You can add it as a part of the header or footer

fpohtmeh avatar Jan 24 '24 15:01 fpohtmeh