lazy.opts
Options passed to lazy.nvim startup function.
Consult the project’s readme for all currently available options.
Note that some options, notably root
are hard-coded inside the
derivation and are not overridable.
Type: attribute set of unspecified value
Default:
{ }
Example:
{
dev.path = "~/dev";
defaults = {
lazy = true;
};
};
Declared by:
lazy.src
Source to use for this plugin. This allows you to swap out the pinned version with a newer revision/fork or add patches by creating a wrapper derivation.
Type: package
Default:
<derivation source>
Declared by: