Have you ever been writing when you suddenly noticed that your prose doth eloquently wax too verbose? Fear not, for this NeoVim plugin analyzes your writing and provides a readability score so you know exactly what kind of audience your writing is targeting.
- NeoVim >= newish
Install this NeoVim plugin using your favorite package manager.
Vim-Plug
Plug 'realprogrammersusevim/readability.nvim'And then restart and run :PlugInstall.
Packer
use 'realprogrammersusevim/readability.nvim'Then restart and run :PackerInstall.
This plugin provides two commands:
:ReadabilitySmogwhich calculates the SMOG index of your writing:ReadabilityFleschwhich calculates the Flesch-Kincaid grade level of your writing
- Write a sentence parser in Lua
- Write a word syllable counter
- Add more readability metrics
- Improve syllable counter
- Write documentation