add line wrap for markdown

This commit is contained in:
Thomas Ruoff
2015-06-01 22:44:25 +02:00
parent c232aa9240
commit 4c5b3f55d5

2
vimrc
View File

@@ -290,7 +290,7 @@ 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
au FileType markdown set wrap wm=2 textwidth=78 nocindent spell
"" Python
au FileType python set noexpandtab