lzn-auto-require
URL: https://github.com/horriblename/lzn-auto-require
Maintainers: Axel Karjalainen
Auto load optional plugins via lua modules with lz.n.
This plugin overrides the require function to also search for plugins in
{packpath}/*/opt and load them using lz.n.
plugins.lzn-auto-require.enable
Whether to enable lzn-auto-require.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lzn-auto-require.package
The lzn-auto-require package to use.
Type: package
Default:
pkgs.vimPlugins.lzn-auto-require
Declared by:
plugins.lzn-auto-require.autoLoad
Whether to automatically load lzn-auto-require when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.lzn-auto-require.callSetup
Whether to generate the standard require('lzn-auto-require').enable(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: