plugins.neorg.enable
Whether to enable neorg.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.neorg.package
The neorg package to use.
Type: package
Default:
pkgs.vimPlugins.neorg
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:
plugins.neorg.neorgTelescopePackage
The neorg-telescope package to use.
Type: null or package
Default:
pkgs.vimPlugins.neorg-telescope
Declared by: