Closed Shane-XB-Qian closed 1 year ago
No, only Lua 5.1 and LuaJIT 2.1 are supported.
The reasons for this are:
I recommend you install LuaJIT, not use Lua. Use Flog in any decently sized repo and the difference is immediately noticeable.
There are different ways to use LuaJIT. For example:
:let g:flog_use_internal_lua = false
to not use the version of Lua compiled with Vim (default but recently fixed):let g:flog_lua_bin = "/path/to/my/lua"
to directly set the path to the Lua executable"luajit"
, you can also set it to a secondary installed version of Lua 5.1 if LuaJIT is not available on your platform:let g:flog_check_lua_version = false
was lua5.4 (default in some distr) not supported?