add plaintex filetype

re-order and update document
This commit is contained in:
kazukazuinaina
2020-03-20 00:24:23 +09:00
parent 4e2546a209
commit 16223d0bc3
2 changed files with 2 additions and 2 deletions

View File

@@ -87,7 +87,7 @@ endfunction
" default filetypes:
function! airline#extensions#wordcount#apply(...)
let filetypes = get(g:, 'airline#extensions#wordcount#filetypes',
\ ['asciidoc', 'help', 'mail', 'markdown', 'org', 'rst', 'tex', 'text'])
\ ['asciidoc', 'help', 'mail', 'markdown', 'org', 'rst', 'plaintex', 'tex', 'text'])
" export current filetypes settings to global namespace
let g:airline#extensions#wordcount#filetypes = filetypes