lukas-reineke / headlines.nvim

This plugin adds horizontal highlights for text filetypes, like markdown, orgmode, and neorg.
MIT License
687 stars 28 forks source link

Gaps within the fat headlines #36

Closed pkazmier closed 2 years ago

pkazmier commented 2 years ago

Any idea why I'm getting these gaps within the bottom of the fat headlines?

image
lukas-reineke commented 2 years ago

Your font/terminal renders the default character different to how it "should" look like. I added an option for this in https://github.com/lukas-reineke/headlines.nvim/releases/tag/v3.3.0 now, so you can change it to something else.

cultab commented 1 year ago

Commenting to share the characters that worked for me when the default ones looked like in OP:

fat_headline_upper_string = "▄",
fat_headline_lower_string = "▀"
GitMurf commented 7 months ago

@cultab thank you for those characters you shared! works nicely for me on windows 11 in windows terminal!