mirror of https://github.com/folke/lazy.nvim.git
fix(health): show missing luarocks as warning
This commit is contained in:
parent
07c067a1a8
commit
e3ee51b668
|
@ -21,7 +21,7 @@ function M.check()
|
|||
if vim.fn.executable("luarocks") == 1 then
|
||||
ok("'luarocks' installed")
|
||||
else
|
||||
error("'luarocks' not installed")
|
||||
warn("'luarocks' not installed")
|
||||
end
|
||||
|
||||
local sites = vim.opt.packpath:get()
|
||||
|
|
Loading…
Reference in New Issue