This commit is contained in:
Lars E 2025-10-03 12:20:57 +07:00 committed by GitHub
commit a4a2e69fe3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -89,7 +89,7 @@ function M.check(opts)
else
ok = Health.have("luarocks", opts)
Health.have(
{ "lua5.1", "lua", "lua-5.1" },
{ "lua5.1", "lua", "lua-5.1", "lua51" },
vim.tbl_extend("force", opts, {
version = "-v",
version_pattern = "5.1",