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
Written by Dan Knox
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Vim
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#