To avoid bloat (shipping multiple versions of Lua just in case) and version mismatches (not catching up to the latest version Lua as it is currently the case), use the system installed Lua binaries (from PATH or from a user provided path) like how the other extensions do it. The formatter should ideally also be provided separately.
To avoid bloat (shipping multiple versions of Lua just in case) and version mismatches (not catching up to the latest version Lua as it is currently the case), use the system installed Lua binaries (from
PATHor from a user provided path) like how the other extensions do it. The formatter should ideally also be provided separately.