mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-10-08 19:22:14 +00:00
Merge c006b3b869
into 59334064f8
This commit is contained in:
commit
a4a2e69fe3
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue