Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relative line number dimming? #63

Open
abatilo opened this issue Aug 8, 2020 · 1 comment
Open

Relative line number dimming? #63

abatilo opened this issue Aug 8, 2020 · 1 comment

Comments

@abatilo
Copy link

abatilo commented Aug 8, 2020

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
Copy link

dnaaun commented Jan 3, 2021

This should do what you want. Adjust to taste:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants