Created
April 22, 2014 01:52
-
-
Save kvoss/11162863 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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