Configuring Neovim 0.5 with Lua: The Basics
Before we start it's important to know lua can only be used in Neovim 0.5 and above. You can check the version of Neovim you have by nvim --version, if you see a version of 0.5 or above, you're good to go.
Some History
Vim is traditionally configured...
yashguptaz.hashnode.dev5 min read