

In the end the lua scripting thing is pretty simple … it’s a language that is general purpose though pretty light weight) and used elsewhere for good reasons. So if you want to learn about scripting your editor, with neovim, the language will be something potentially useful elsewhere. With vimscript, that’s not the case.
And maybe it helps for the dev team to not have to maintain a scripting language on top of everything else?




I’m not equipped to teach you lua, the language, but you’ll find plenty of resources online, including those in the neovim documentation.