more advanced highlighting of problematic words

This commit is contained in:
2017-04-23 22:22:52 +02:00
parent 8b969be3a5
commit aea30418bf
2 changed files with 2 additions and 993 deletions

View File

@@ -5,7 +5,7 @@ set guioptions-=m "remove menu bar
set guioptions-=T "remove toolbar
" highlight words for better writing ( http://mashable.com/2015/05/03/words-eliminate-vocabulary/ )
syn keyword Todo that That went Went honestly Honestly Absolutely absolutely very Very really Really amazing Amazing always Always never Never literally Literally just Just maybe Maybe stuff Stuff things Things thing Thing irregardless Irregardless
match Todo /\<that\>\c\|\<went\>\c\|\<honestly\>\c\|\<absolutely\>\c\|\<very\>\c\|\<really\>\c\|\<amazing\>\c\|\<always\>\c\|\<never\>\c\|\<literally\>\c\|\<just\>\c\|\<maybe\>\c\|\<stuff\>\c\|\<thing\>\c\|\<irregardless\>\c/
" Some auto replacements for end of mails
iab _v Viele Grüße<C-M>Max
@@ -21,6 +21,7 @@ iab _brm Best regards,<C-M>Max Mehl
" Auto-replace dumb typos
iab teh the
iab Teh The
iab MAx Max
"" Spell checking
@@ -37,4 +38,3 @@ map! <M-e> <ESC>:setlocal spell spelllang=en_gb<CR>li
" DE spell check
nmap <M-d> :setlocal spell spelllang=de_20<CR>
map! <M-d> <ESC>:setlocal spell spelllang=de_20<CR>li