Highlight words to avoid in tech writing:
- obviously
- basically
- simply
- of course
- clearly
- just
- everyone knows
- However
- So
- easy
Thanks to:
- http://wynnnetherland.com/linked/2014010902/words-to-avoid-in-tech-writing
- http://css-tricks.com/words-avoid-educational-writing/
- http://usevim.com/2014/01/17/words-to-avoid/
Without a package manager:
curl -sSL https://raw.githubusercontent.com/nicholaides/words-to-avoid.vim/master/plugin/words-to-avoid.vim > ~/.vim/plugin/words-to-avoid.vim
With Vundle:
Plugin 'nicholaides/words-to-avoid.vim'
With Plug:
Plug 'nicholaides/words-to-avoid.vim'