vimrc: set file format for markdown files.

This commit is contained in:
Gabriel Ebner 2015-01-03 12:16:41 +01:00
parent bdc19f1b24
commit ab7db5e074

1
vimrc

@ -92,6 +92,7 @@ set bg=dark " dark background
filetype plugin on
au BufNewFile,BufRead *.vala setf cs
au BufNewFile,BufRead *.md set ft=markdown
au syntax java set ts=4 sts=4 sw=4
au BufNewFile,BufRead *.i set ft=swig
au BufReadCmd *.epub call zip#Browse(expand("<amatch>"))