RE
realprogrammersusevim/readability.nvim
NeoVim plugin to calculate the readability of text.
readability.nvim | βήτα
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.
Requirements
- NeoVim >= newish
Installation
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.
Usage
This plugin provides two commands:
:ReadabilitySmogwhich calculates the SMOG index of your writing:ReadabilityFleschwhich calculates the Flesch-Kincaid grade level of your
writing
TODO
- Write a sentence parser in Lua
- Write a word syllable counter
- Add more readability metrics
- Improve syllable counter
- Write documentation