mirror of
https://github.com/folke/lazy.nvim.git
synced 2025-06-29 03:44:14 +00:00
Revert changes to bootstrapping, make checkhealth produce more meaningful message.
This commit is contained in:
parent
f03bf0a82b
commit
d3ce9aceb3
3 changed files with 15 additions and 9 deletions
|
@ -54,7 +54,7 @@ function M.check()
|
|||
|
||||
local spec = Config.spec
|
||||
if spec == nil then
|
||||
ok("no packages setup for installation so far.")
|
||||
error("No plugins loaded. Did you forget to run `require(\"lazy\").setup()`?")
|
||||
else
|
||||
for _, plugin in pairs(spec.plugins) do
|
||||
M.check_valid(plugin)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue