File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ M.check = function()
6
6
local global_opts = require (" debugprint" )._get_global_opts ()
7
7
8
8
if global_opts ~= nil then
9
- vim .health .ok (" debugprint has been setup " )
9
+ vim .health .ok (" debugprint has been set up " )
10
10
11
11
local success_lazyconfig , module_lazyconfig =
12
12
pcall (require , " lazy.core.config" )
@@ -30,6 +30,10 @@ M.check = function()
30
30
)
31
31
end
32
32
end
33
+ else
34
+ vim .health .warn (
35
+ " lazy.nvim is not being used as plugin manager, cannot check lazy-loading status"
36
+ )
33
37
end
34
38
35
39
local success_hipatterns , module_hipatterns =
@@ -46,7 +50,7 @@ M.check = function()
46
50
end
47
51
else
48
52
vim .health .warn (
49
- " debugprint is not yet setup, checkhealth cannot fully run"
53
+ " debugprint is not yet setup, checkhealth cannot be run"
50
54
)
51
55
end
52
56
end
You can’t perform that action at this time.
0 commit comments