From: Philippe Hürlimann
Date: Mon, 19 Dec 2016 22:29:42 +0000 (+0100) Subject: Enable spellchecking for markdown files. X-Git-Url: https://git.hurlimann.org/?a=commitdiff_plain;h=90125ce0464a476ac6f86427f42e2520d90c8539;p=vimfiles.git Enable spellchecking for markdown files. --- diff --git a/ftplugin/markdown.vim b/ftplugin/markdown.vim new file mode 100644 index 0000000..ea9fa8f --- /dev/null +++ b/ftplugin/markdown.vim @@ -0,0 +1 @@ +set tw=72 spell spelllang=de_ch