Merge pull request #2201 from kazukazuinaina/add_readingtime_doc

[add] readingtime formatter's document
This commit is contained in:
IK 2020-08-13 00:55:58 +09:00 committed by GitHub
commit f4aaa7c76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1478,6 +1478,9 @@ vim-windowswap <https://github.com/wesQ3/vim-windowswap>
\ ['asciidoc', 'help', 'mail', 'markdown', 'org', 'plaintex', 'rst', 'tex', 'text'])
" Use ['all'] to enable for all filetypes.
* enable reading time formatter >
let g:airline#extensions#wordcount#enabled = 1
* defines the name of a formatter for word count will be displayed: >
" The default will try to guess LC_NUMERIC and format number accordingly
" e.g. 1,042 in English and 1.042 in German locale