I want to use 'plasticboy/vim-markdown' and 'nelstrom/vim-markdown-folding.' They require filetype=mkd
and filetype-markdown
, respectively. Is there a typical way to tell a plugin to recognize a certain filetype?
I've tried changing references of mkd
to markdown
in the former and markdown
to mkd
in the latter but that hasn't had any effect. As of now, I can only use one of the plugins because they require different filetypes.