Neovim
This guide is not about Vim in general, there is already one, but about Neovim and its ecosystem.
From init.vim to init.lua
Neovim embeds Lua as a first-class citizen to write Vim plugins. This is massively faster than the interpreted VimL. As a consequence it can also be used for configuring Neovim. These articles helped me to make the transition from VimL based configuration to lua based configuration. These are three articles that help on the journey:
- Everything you need to know to configure Neovim using lua
- From init.vim to init.lua
- Getting started using Lua in Neovim