Treat R Markdown the same as Markdown

This commit is contained in:
amarakon
2022-09-30 23:14:43 -04:00
committed by Christian Brabandt
parent 8e989201c8
commit 84823e5e7d
3 changed files with 4 additions and 4 deletions

View File

@@ -1556,7 +1556,7 @@ virtualenv <https://github.com/jmcantrell/vim-virtualenv>
<
* enable virtualenv for additional filetypes:
(default: python): >
let g:airline#extensions#virtualenv#ft = ['python', 'markdown']
let g:airline#extensions#virtualenv#ft = ['python', 'markdown', 'rmd']
<
------------------------------------- *airline-vista*
vista.vim <https://github.com/liuchengxu/vista.vim>
@@ -1662,7 +1662,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', 'nroff', 'org', 'plaintex', 'rst', 'tex', 'text'])
\ ['asciidoc', 'help', 'mail', 'markdown', 'rmd' '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: >