diff options
Diffstat (limited to 'vim/.vim/ftdetect/markdown.vim')
-rw-r--r-- | vim/.vim/ftdetect/markdown.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vim/.vim/ftdetect/markdown.vim b/vim/.vim/ftdetect/markdown.vim new file mode 100644 index 0000000..51b8df5 --- /dev/null +++ b/vim/.vim/ftdetect/markdown.vim @@ -0,0 +1,2 @@ +" Understand .md as markdown +autocmd BufNewFile,BufRead *.md set ft=markdown |