Skip to content

Commit

Permalink
docs(neorg): import configuration types within the LSP
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Jan 6, 2024
1 parent 1b2040e commit 93c28b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/neorg.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
local neorg = require("neorg.core")
local config, log, modules = neorg.config, neorg.log, neorg.modules

--- @module "neorg.core.config"

--- Initializes Neorg. Parses the supplied user configuration, initializes all selected modules and adds filetype checking for `.norg`.
--- @param cfg neorg.configuration.user A table that reflects the structure of `config.user_config`.
--- @see config.user_config
Expand Down

0 comments on commit 93c28b2

Please sign in to comment.