From 6c46f8b154830dcae804b0f11a52dbee2696b766 Mon Sep 17 00:00:00 2001 From: Vhyrro Date: Sat, 6 Jan 2024 17:12:57 +0100 Subject: [PATCH] docs(neorg/core/callbacks): import `modules` module for proper type annotations --- lua/neorg/core/callbacks.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lua/neorg/core/callbacks.lua b/lua/neorg/core/callbacks.lua index 503b62f9f..352a53cf0 100644 --- a/lua/neorg/core/callbacks.lua +++ b/lua/neorg/core/callbacks.lua @@ -2,6 +2,8 @@ --- Defines user callbacks - ways for the user to directly interact with Neorg and respon on certain events. --- @brief ]] +--- @module "neorg.core.modules" + --- @class neorg.callbacks local callbacks = { ---@type table