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 theplug
call in your~/.vimrc
- Restart Vim or enter
:source $MYVIMRC
- Enter
:PlugInstall vim-muse
- Restart Vim or enter
:source $MYVIMRC
- Install Python 3 packages
python-datamuse
andnltk
. Either:- Enter
:MuseInstall
if usingpip3
, or... - Install
python-datamuse
andnltk
from PyPI and runnltk.download('cmudict')
in Python 3
- Enter
- Enter
:PlugUpdate vim-muse
- Enter
:MuseUpdate
if usingpip3
, or upgradepython-datamuse
andnltk
from PyPI