Last Updated: February 25, 2016
·
1.775K
· danknox

Vim Spellchecking for Markdown Files

When editing README's and Wiki pages I find it useful to turn spell checking on in Vim. To avoid having to constantly turn it on manually, I added the following to my .vimrc:

" Enable spell checking for markdown files
au BufRead *.md setlocal spell
au BufRead *.markdown setlocal spell