startup.nvim icon indicating copy to clipboard operation
startup.nvim copied to clipboard

Display title even without folding

Open enderger opened this issue 3 years ago • 3 comments

Is your feature request related to a problem? Please describe. When working with sections, it is often convenient to use the title option. However, there is no way to do so without folding the section by default.

Describe the solution you'd like Allowing folded sections to be unfolded

Describe alternatives you've considered Titles being handled separately to section folding, though this disallows unfolded-by-default sections.

enderger avatar Jan 21 '22 22:01 enderger

If you don't want to fold and display a title just make it a section

max397574 avatar Jan 22 '22 10:01 max397574

I'll try to implement this though

max397574 avatar Jan 22 '22 10:01 max397574

I'll try to implement this though

Thanks, the main reason to do this is to have sections with titles without having to screw around with padding, having sections which can be folded but aren't by default, and using builtin features to have uniform design.

enderger avatar Jan 22 '22 15:01 enderger