mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-18 07:53:38 -05:00
Merge 3cb60931c2 into 0c8cc7f503
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user