A Neovim plugin to learn the pronunciation and definition of words.
Show the pronunciation of a word:

TODO:
- Show the pronunciation of the word under the cursor with IPA symbols.
- Show the pronunciation of the sentence under the cursor.
- Show the definition of the word under the cursor.
- Use a floating window instead of messages.
- Handle other languages besides English.
- Add the option to play sound.
- Leverage eSpeak/eSpeak NG options to select voice, speed, non-IPA symbols, etc.
- Add
checkhealthfor dependencies. - Setup function with options (optional keymaps).
- Visual selection to capture several words, sentences, paragraphs, etc.
- Maybe use vim motions! (i.e. pronounce 'a word')
- Leverage dictionary options.
- Open multiple or long definitions in a split window.
FIX:
- Better column count (don't just #text)
