masukomi / vim-markdown-folding

Fold markdown documents by section.
248 stars 43 forks source link

Incompatibility with plasticboy/vim-markdown #19

Open chishaku opened 9 years ago

chishaku commented 9 years ago

vim-markdown requires filetype=mkd. I believe this plugin requires filetype=markdown. Is there a way to change the filetype that markdown-folding is looking for?

nelstrom commented 9 years ago

I take it you're talking about plasticboy/vim-markdown? I use tpope/vim-markdown, which sets filetype=markdown

chishaku commented 9 years ago

Yes

chishaku commented 9 years ago

Is it possible?

srearl commented 9 years ago

Thank you, Nelstrom, I love your plugin. Slightly different but related to this issue, I am finding that GitHub flavored markdown is sometimes helpful. jratner has a nice plugin for this, but a filetype of 'ghmarkdown' is required for its use. That filetype, unfortunately, causes your plugin to cease working. Is there a way to include 'ghmarkdown' as a filetype that will work with your plugin? Thanks for the great work.