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

@@ -1514,7 +1514,7 @@ vim-windowswap <https://github.com/wesQ3/vim-windowswap>
" The default value matches filetypes typically used for documentation
" such as markdown and help files. Default is:
let g:airline#extensions#wordcount#filetypes =
\ ['asciidoc', 'help', 'mail', 'markdown', 'org', 'plaintex', 'rst', 'tex', 'text'])
\ ['asciidoc', 'help', 'mail', 'markdown', 'nroff', 'org', 'plaintex', 'rst', 'tex', 'text'])
" Use ['all'] to enable for all filetypes.
* defines the name of a formatter for word count will be displayed: >