From 12f1934d382c5e75c40af7e5e9263eda87ce2215 Mon Sep 17 00:00:00 2001 From: kazukazuinaina Date: Thu, 13 Aug 2020 00:23:51 +0900 Subject: [PATCH] [add] readingtime formatter's document --- doc/airline.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/airline.txt b/doc/airline.txt index 05669305..76de1621 100644 --- a/doc/airline.txt +++ b/doc/airline.txt @@ -1478,6 +1478,9 @@ 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