Skip to content

Commit

Permalink
fix(health): show missing luarocks as warning
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Jun 24, 2024
1 parent 07c067a commit e3ee51b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/lazy/health.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit e3ee51b

Please sign in to comment.