Neovim for Beginners — init.lua
Let’s start our journey to customize Neovim.
Let’s configure Neovim using aninit.lua
file.
This article is part of the Neovim for Beginners series.
We are going to
- Create an isolated configuration environment for Neovim by leveraging the
XDC_CONFIG_HOME
andXDG_CONFIG_DATA
variables (:h xdg
).