Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 776 Bytes

README.md

File metadata and controls

42 lines (31 loc) · 776 Bytes

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:

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'