vim-wordreference
Get wordreference translations directly into vim
TODO: Add a demo gif
To do
- Handle errors
- Make requests non blocking
- Add documentation
- Improve README
Installation
Using vim-plug:
Add the following line to your vimrc:
Plug 'trayzen/vim-wordreference'
Then run :PlugInstall
Features
To do
Useful resources
Some resources I found useful getting start writing a plugin:
- https://stevelosh.com/blog/2011/09/writing-vim-plugins/
- https://vimways.org/2019/writing-vim-plugin/
- https://gist.github.com/romainl/eae0a260ab9c135390c30cd370c20cd7
- https://devhints.io/vimscript
License
To do