Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

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: