From 4c5b3f55d564823e4299abd26ab7962f5ade4b60 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Mon, 1 Jun 2015 22:44:25 +0200 Subject: [PATCH] add line wrap for markdown --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 4ae4f44..b889931 100644 --- a/vimrc +++ b/vimrc @@ -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