From 747e3c59f00c8d27d17b09130387cfdb1d4cc305 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 28 Jan 2015 22:23:01 +0100 Subject: [PATCH] turn on spell checker on markdown files --- vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vimrc b/vimrc index 20f012b..b6dfc0e 100644 --- a/vimrc +++ b/vimrc @@ -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