words-to-avoid.vim icon indicating copy to clipboard operation
words-to-avoid.vim copied to clipboard

Highlight words to avoid in tech writing

words-to-avoid.vim

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/

Install

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'