lukas-reineke / headlines.nvim

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

Limiting the highlight to a certain character #59

Closed niceiq closed 11 months ago

niceiq commented 11 months ago

I use ColorColumn to keep my files nice readable, but the interaction is kind of ugly with headlines.nvim.

Is there a way to keep the highlight only to a certain column (basically not highlighting the whole line)?

Thank you

lukas-reineke commented 11 months ago

No sorry, the plugin uses line highlighting, which is always the whole line.