Vim/Neovim: Scripting using Python
Use Vimscript and Python in your development workflow.

Overview
In my previous articles, I walked through with you how to develop a simple Neovim plugin using Neovim Lua APIs. For Python developers, there is a simpler solution as both Vim and Neovim support using Python for plugin development.