Open fecet opened 3 years ago
Describe the bug
I had set let g:mkdp_command_for_globa=1 but still can't find MarkdownPreview in file .rmd.
let g:mkdp_command_for_globa=1
My current solution is set
au BufNewFile,BufRead *.Rmd,*.rmd,*.Smd,*.smd setf markdown
but the auto start feature still can't work in *.rmd, my nvimrc is
let g:mkdp_auto_start = 1 let g:mkdp_command_for_global = 1 let g:mkdp_echo_preview_url = 1 let g:mkdp_open_to_the_world = 1
It have MarkdownPreview command ?
MarkdownPreview
auto start doesn't not include rmd https://github.com/iamcco/markdown-preview.nvim/blob/master/plugin/mkdp.vim#L125, need to change that.
rmd
Describe the bug
I had set
let g:mkdp_command_for_globa=1
but still can't find MarkdownPreview in file .rmd.My current solution is set
but the auto start feature still can't work in *.rmd, my nvimrc is