Skip to content

Instantly share code, notes, and snippets.

@brunnolou
Last active August 23, 2016 09:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brunnolou/7a1444e09e08fec3d13e34062fe23c63 to your computer and use it in GitHub Desktop.
Save brunnolou/7a1444e09e08fec3d13e34062fe23c63 to your computer and use it in GitHub Desktop.
Spell check for vim (Git commit messages)
" Spell check
set spell spelllang=en_us
hi clear SpellBad
hi SpellBad cterm=underline

Add the config to ~/.vimrc:

vim ~/.vimrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment