mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-19 09:03:40 -05:00
Merge 5013b7b3ba into 0c8cc7f503
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user