preservim / vim-markdown

Markdown Vim Mode
4.69k stars 524 forks source link

g:vim_markdown_auto_extension_ext not working for .qmd files #639

Open alejandrohagan opened 1 year ago

alejandrohagan commented 1 year ago

hi!

thank you for the plugin!

I'm trying to use the markdown syntax for my quarto markdown files (.qmd) per your documentation it suggests if I put the below in my .virmc file, that it should work however it is not working at the moment.

Any suggestions on what I missed?

let g:vim_markdown_auto_extension_ext = 'qmd'
alerque commented 1 year ago

That setting affects how the plugin creates and links files, but it does not load the plugin based on file types. That's more up to you and your plugin manager. Usually you would tell the plugin manager what filetypes you would like to load this plugin on. Which plugin manager are you using?