We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60fe75c commit 4319846Copy full SHA for 4319846
lua/lazy/pkg/rockspec.lua
@@ -90,7 +90,7 @@ function M.check(opts)
90
ok = Health.have("luarocks", opts)
91
ok = (
92
Health.have(
93
- { "lua5.1", "lua" },
+ { "lua5.1", "lua", "lua-5.1" },
94
vim.tbl_extend("force", opts, {
95
version = "-v",
96
version_pattern = "5.1",
0 commit comments