This commit is contained in:
hupfdule
2024-06-14 09:52:27 +00:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -65,6 +65,9 @@ let g:limelight_paragraph_span = 1
" and each paragraph starts with indentation
let g:limelight_bop = '^\s'
let g:limelight_eop = '\ze\n^\s'
" These can also be set buffer-local (via filetype plugins)
let b:limelight_bop = '^\s*function'
let b:limelight_eop = '^\s*endfunction'
" Highlighting priority (default: 10)
" Set it to -1 not to overrule hlsearch