muse is a Vim plugin for writing poetry and prose. It provides features such as AABB rhyme suggestions, synonym replacement, and syllable counting. It was originally written under the name rhymer as a rhyming assistant and syllable counter for the UGAHacks 2018 hackathon.
Usage instructions are included in the doc/ directory, and are also available
with :help muse.
- Install vim-plug
- Add
Plug 'gmarmstrong/vim-muse'to theplugcall in your~/.vimrc - Restart Vim or enter
:source $MYVIMRC - Enter
:PlugInstall vim-muse - Restart Vim or enter
:source $MYVIMRC - Install Python 3 packages
python-datamuseandnltk. Either:- Enter
:MuseInstallif usingpip3, or... - Install
python-datamuseandnltkfrom PyPI and runnltk.download('cmudict')in Python 3
- Enter
- Enter
:PlugUpdate vim-muse - Enter
:MuseUpdateif usingpip3, or upgradepython-datamuseandnltkfrom PyPI
