diff --git a/lua/neorg/init.lua b/lua/neorg/init.lua index e59e1040a..10e37251a 100644 --- a/lua/neorg/init.lua +++ b/lua/neorg/init.lua @@ -37,6 +37,7 @@ function neorg.setup(cfg) end if not (pcall(require, "lua-utils")) then + vim.notify("Warning [neorg]: lua-utils not found. If you're just installing the plugin, ignore this message, when in doubt run `:Lazy build neorg`. If you're not on lazy please rerun the build scripts.", vim.log.levels.WARN) user_configuration = cfg return end