junegunn / limelight.vim

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

Relative line number dimming? #63

Open abatilo opened 4 years ago

abatilo commented 4 years ago

I would love if instead of beginning/end of paragraph, could I just say I want the previous 5 lines and next 5 lines to be colored? And it's just a sliding window.

dnaaun commented 3 years ago

This should do what you want. Adjust to taste:

let g:limelight_paragraph_span=5
let g:limelight_bop = '^'
let g:limelight_eop = '$'