Skip to content

Instantly share code, notes, and snippets.

@kvoss
Created April 22, 2014 01:52
Show Gist options
  • Save kvoss/11162863 to your computer and use it in GitHub Desktop.
Save kvoss/11162863 to your computer and use it in GitHub Desktop.
augroup txtdocs
au!
au BufEnter *.txt,*.rst,*.md,*.tex
\ setlocal spell spelllang=en_ca |
\ highlight FuzzyWords ctermfg=red |
\ match FuzzyWords /\<[Ss]ome\>\|\<[Mm]any\>\|\<[Vv]ery\>\|\<[Rr]eally\>\|\<[Tt]hing\>\|\<[Ii]n fact\>\|\<[Aa]ctually\>\|\<[Aa] lot of\>\|\<[Tt]ruly\>/
au BufEnter *.txt,*.rst,*.md,*.tex
\ highlight TiredWords ctermfg=red |
\ match TiredWords /like\|nice\|great\|amazing\|quite\|interesting\|beautiful\|awesome\|feel\|kind of\|sort of/
augroup END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment