vim/after/ftdetect/markdown.vim

3 lines
87 B
VimL

" Force *.md to markdown filetype
au BufNewFile,BufReadPost *.md set filetype=markdown