Add g:limelight_paragraph_span (#12)

This commit is contained in:
Junegunn Choi
2015-02-18 02:54:32 +09:00
parent faa85b1d1f
commit 64d1b28b93
2 changed files with 18 additions and 1 deletions

View File

@@ -35,6 +35,9 @@ let g:limelight_conceal_guifg = '#777777'
" Default: 0.5
let g:limelight_default_coefficient = 0.7
" Number of preceding/following paragraphs to include (default: 0)
let g:limelight_paragraph_span = 1
```
Goyo.vim integration