This plugin will convert text on current buffer into a bionic reading font.
Install the pluging using vim-plug. Place the following line in your .vimrc.
Plug 'weirdsmiley/bionically', {'branch': 'release/1.0.0'}Source it and :PlugInstall to install.
For this plugin, you will have to subscribe to the bionic-reading API.
After subscribing to the API, switch to Python->Requests in Code Snippets section, and copy url and headers in bionically/src/config.py (create this file in the exact place as mentioned, relative to the plugin's installation directory).
Install markdownify.
$ pip install markdownify

