Neovim for Beginners — Remote Plugins
Make Neovim a better editor using remote plugins.

In a previous article, we use Python and Vimscript to develop text-to-speech and AWS S3 upload plugins. The plugins work for both Vim and Neovim as both support using Python for plugin development.
For Neovim, using the remote plugin (:h remote-plugin
) feature, any programming language may be…