headlines.nvim
headlines.nvim copied to clipboard
indentation guides and showbreak chars don't have the right background in codeblocks
Thanks for the nice plugin, makes navigating big markdown files a bit easier.
indention guides (from indent-blankline) and fillchars/showbreak characters do not get the proper background, resulting in weird "holes" when in codeblocks

Those highlight groups probably have an explicit background color set.
The linebreak should be NonText, so you can check with :highlight NonText.
If it has a background color, remove it with :highlight NonText guibg=None
Hmm, does not look like it

Hmm, does not look like it
![]()
It seems to me that the linebreaks's highlight isnt following the guibg of the codeblock
Screenshots
![]()
![]()
@chrisgrieser Sorry for being offtopic, but which theme is this? I looked at your dotfiles, but it doesn't quite match Nightfox, nor Tokyo Night. Thanks!
Hmm, the issue does not occur for me anymore with the new version of indent-blank lines. So if no one else has it, I guess this can be closed.