Add nroff to wordcount

This commit is contained in:
Wang Ruochen
2020-10-17 16:54:46 +08:00
parent 83bd08a97a
commit 19ab70ee87
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', 'plaintex', 'tex', 'text'])
\ ['asciidoc', 'help', 'mail', 'markdown', 'nroff', 'org', 'rst', 'plaintex', 'tex', 'text'])
" export current filetypes settings to global namespace
let g:airline#extensions#wordcount#filetypes = filetypes