You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lua/neorg/health.lua
+4-26
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@ return {
59
59
)
60
60
)
61
61
else
62
-
vim.health.ok(string.format("Module declaration `%s` is well-formed", key))
62
+
vim.health.ok(string.format("Module declaration for `%s` is well-formed", key))
63
63
end
64
64
end
65
65
@@ -71,32 +71,10 @@ return {
71
71
72
72
vim.health.info("Checking existence of dependencies...")
73
73
74
-
ifpcall(require, "lazy") then
75
-
ifnot (pcall(require, "luarocks-nvim")) then
76
-
vim.health.error(
77
-
"Required dependency `vhyrro/luarocks.nvim` not found! Neither `theHamsta/nvim_rocks` nor `camspiers/luarocks` are compatible. Check installation instructions in the README for how to fix the error."
0 commit comments