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