A plugin to help you write better. Inspired by Matt Might's scripts to improve writing quality.
None. This plugin is written in vimscript, nothing more but Vim is needed.
You can install it as any other plugin. For Vundle, add this line:
Plugin 'lukhio/adVIMsor'
to your vimrc file. For pathogen:
$ cd $HOME/.vim/bundle
$ git clone [email protected]:lukhio/adVIMsor.git
For other plugin managers please refer to their documentation.
This plugin provides three functionalities:
- Matt Might scripts, to detect weasel words, the use of passive voice and
word duplicates: just type
:AdVIMsorEnable
. The matched words will be highlighted. To disable this functionnality type:AdVIMsorDisable
. - Flesch reading ease test: type
:AdVIMsorFleschScore
to get the score of the current buffer. - Flesch-Kincaid grade level test: type
:AdVIMsorFleschKincaidScore
to get the corresponding grade level of the current buffer.
You can send me patches at julien AT jgamba DOT eu. You can also try to submit a pull request on Github, but I do not check it often. You can also email me if you are having issues, or want to give feedback.
See the LICENSE
file.
The original scripts were written by Matt Might, and can be found here.