This commit is contained in:
Tobias Bengfort
2024-10-24 13:39:55 +01:00
committed by GitHub
2 changed files with 19 additions and 5 deletions

View File

@@ -66,6 +66,11 @@ let g:limelight_paragraph_span = 1
let g:limelight_bop = '^\s'
let g:limelight_eop = '\ze\n^\s'
" Alternatively, you can use movements to define paragraphs
let g:limelight_mode = 'movement'
let g:limelight_bop = '{'
let g:limelight_eop = '}'
" Highlighting priority (default: 10)
" Set it to -1 not to overrule hlsearch
let g:limelight_priority = -1