The Lua file type plug-in for Vim makes it easier to work with Lua source code in Vim by providing the following features: The 'completefunc' option is set to allow completion of Lua 5.2 keywords, ...
Deploying a Lua application that is split among multiple modules is a challenge. A tool that can package a Lua script and its modules into a single file is a valuable help. This is such a tool. You ...