Skip to content

Commit

Permalink
docs(neorg/core/callbacks): import modules module for proper type a…
Browse files Browse the repository at this point in the history
…nnotations
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent 93c28b2 commit 00f5af8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/neorg/core/callbacks.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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<string, { [1]: fun(event: neorg.event, content: table|any), [2]?: fun(event: neorg.event): boolean }>
Expand Down

0 comments on commit 00f5af8

Please sign in to comment.