mirror of https://github.com/folke/lazy.nvim.git
fix(rocks): lua-5.1. Closes #1575
This commit is contained in:
parent
60fe75c88d
commit
4319846b8c
|
@ -90,7 +90,7 @@ function M.check(opts)
|
||||||
ok = Health.have("luarocks", opts)
|
ok = Health.have("luarocks", opts)
|
||||||
ok = (
|
ok = (
|
||||||
Health.have(
|
Health.have(
|
||||||
{ "lua5.1", "lua" },
|
{ "lua5.1", "lua", "lua-5.1" },
|
||||||
vim.tbl_extend("force", opts, {
|
vim.tbl_extend("force", opts, {
|
||||||
version = "-v",
|
version = "-v",
|
||||||
version_pattern = "5.1",
|
version_pattern = "5.1",
|
||||||
|
|
Loading…
Reference in New Issue