mirror of
https://github.com/vim-airline/vim-airline.git
synced 2025-07-24 06:25:31 +02:00
Merge pull request #2255 from JNRowe/master
Fix doc for enabling wordcount’s reading time support
This commit is contained in:
commit
14abb40287
@ -1523,7 +1523,7 @@ vim-windowswap <https://github.com/wesQ3/vim-windowswap>
|
|||||||
let g:airline#extensions#wordcount#formatter = 'default'
|
let g:airline#extensions#wordcount#formatter = 'default'
|
||||||
|
|
||||||
" enable reading time formatter
|
" enable reading time formatter
|
||||||
let g:airline#extensions#wordcount#enabled = 'readingtime'
|
let g:airline#extensions#wordcount#formatter = 'readingtime'
|
||||||
|
|
||||||
" here is how you can define a 'foo' formatter:
|
" here is how you can define a 'foo' formatter:
|
||||||
" create a file in autoload/airline/extensions/wordcount/formatters/
|
" create a file in autoload/airline/extensions/wordcount/formatters/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user