turn on spell checker on markdown files

This commit is contained in:
Thomas Ruoff
2015-01-28 22:23:01 +01:00
parent 928723d392
commit 747e3c59f0

3
vimrc
View File

@@ -294,6 +294,9 @@ set autoread
au BufNewFile,BufRead *.txt set filetype=human
au FileType human,mail,tex set wrap wm=2 textwidth=78 nocindent spell
"" Markdown
au FileType markdown set spell
"" Python
au FileType python set noexpandtab