iamnewton / words-to-avoid.vim

Highlight words to avoid in tech writing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

words-to-avoid.vim

Highlight words to avoid in tech writing:

  • obviously
  • basically
  • simply
  • of course
  • clearly
  • just
  • everyone knows
  • However
  • So
  • easy

Install

With Plug:

Plug 'iamnewton/words-to-avoid.vim'

With Vundle:

Plugin 'iamnewton/words-to-avoid.vim'

Without a package manager:

curl -sSL https://raw.githubusercontent.com/iamnewton/words-to-avoid.vim/master/plugin/words-to-avoid.vim > ~/.vim/plugin/words-to-avoid.vim

Post Install

Add the following to your .vimrc file in order to highlight the words based on your colorscheme

highlight TechWordsToAvoid ctermbg=<red_bg> ctermfg=<white_fg> guibg=<red_bg> guifg=<white_fg>

Credits

About

Highlight words to avoid in tech writing

License:MIT License


Languages

Language:Vim Script 100.0%