Use markdown for all *.md files

This commit is contained in:
Anthony Rose 2016-04-13 12:47:55 +01:00
parent 833741cedf
commit 30d385b92e

1
vimrc
View file

@ -1,6 +1,7 @@
silent! runtime bundle/vim-pathogen/autoload/pathogen.vim
silent! execute pathogen#infect()
autocmd BufRead,BufNewFile *.md set filetype=markdown
inoremap <down> <nop>
inoremap <left> <nop>
inoremap <right> <nop>