mirror of
https://github.com/junegunn/limelight.vim.git
synced 2025-11-17 07:23:38 -05:00
@@ -48,6 +48,12 @@ let g:limelight_default_coefficient = 0.7
|
||||
|
||||
" Number of preceding/following paragraphs to include (default: 0)
|
||||
let g:limelight_paragraph_span = 1
|
||||
|
||||
" Beginning/end of paragraph
|
||||
" When there's no empty line between the paragraphs
|
||||
" and each paragraph starts with indentation
|
||||
let g:limelight_bop = '^\s'
|
||||
let g:limelight_eop = '\ze\n^\s'
|
||||
```
|
||||
|
||||
Goyo.vim integration
|
||||
|
||||
Reference in New Issue
Block a user