Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

g:vim_markdown_auto_extension_ext not working for .qmd files #639

Open
alejandrohagan opened this issue Sep 1, 2023 · 1 comment
Open

Comments

@alejandrohagan
Copy link

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
Copy link
Member

alerque commented Sep 20, 2023

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants