limelight.vim icon indicating copy to clipboard operation
limelight.vim copied to clipboard

Relative line number dimming?

Open abatilo opened this issue 4 years ago • 1 comments

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.

abatilo avatar Aug 08 '20 03:08 abatilo

This should do what you want. Adjust to taste:

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

dnaaun avatar Jan 03 '21 23:01 dnaaun