junegunn / limelight.vim

:flashlight: All the world's indeed a stage and we are merely players
MIT License
2.36k stars 54 forks source link

Feature request: option to highlight surrounding paragraphs #12

Closed eater closed 9 years ago

eater commented 9 years ago

It would be great for users to be able to extend the highlighting so not just the current paragraph, but also the preceding and next paragraph are highlighted as well.

junegunn commented 9 years ago

Thanks for the suggestion. I just added g:limelight_paragraph_span parameter that you can set to 1 to achieve the desired effect. You can also set it to a larger number to further widen the span.