Last Updated: February 25, 2016
·
560
· rstacruz

Vim: auto-enable spellcheck for certain filetypes

if has('spell')
  au Filetype markdown setlocal spell
endif

1 Response
Add your response

Also useful for "gitcommit" filetype.

over 1 year ago ·