How to create a Neovim plugin

This article’s intention is to explain how to create a basic neovim plugin, letting you understand the basics about its structure, how to add functionality, add customizable config and finally expose new commands for users.

[Read More]