fix(health): show missing luarocks as warning

This commit is contained in:
Folke Lemaitre 2024-06-24 19:44:22 +02:00
parent 07c067a1a8
commit e3ee51b668
No known key found for this signature in database
GPG Key ID: 41F8B1FBACAE2040
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ function M.check()
if vim.fn.executable("luarocks") == 1 then if vim.fn.executable("luarocks") == 1 then
ok("'luarocks' installed") ok("'luarocks' installed")
else else
error("'luarocks' not installed") warn("'luarocks' not installed")
end end
local sites = vim.opt.packpath:get() local sites = vim.opt.packpath:get()