plugins.neorg.enable

Whether to enable neorg.

Type: boolean

Default: false

Example: true

Declared by:

plugins.neorg.package

Which package to use for the neorg plugin.

Type: package

Default: <derivation vimplugin-neorg-2024-06-10>

Declared by:

plugins.neorg.extraOptions

These attributes will be added to the table parameter for the setup function. Typically, it can override NixVim’s default settings.

Type: attribute set of anything

Default: { }

Declared by:

plugins.neorg.lazyLoading

Type: null or boolean or raw lua code

Default: null

Plugin default: false

Declared by:

plugins.neorg.modules

Modules configuration.

Type: attribute set of (attribute set)

Default: { }

Example:

{
  "core.defaults" = {
    __empty = null;
  };
  "core.dirman" = {
    config = {
      workspaces = {
        home = "~/notes/home";
        work = "~/notes/work";
      };
    };
  };
}

Declared by: