lz-n
URL: https://github.com/nvim-neorocks/lz.n
Maintainers: Heitor Augusto, Pedro Sánchez
plugins.lz-n.enable
Whether to enable lz-n.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lz-n.package
The lz-n package to use.
Type: package
Default:
pkgs.vimPlugins.lz-n
Declared by:
plugins.lz-n.autoLoad
Whether to automatically load lz-n when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.lz-n.imports
Lua module names containing plugin specs to pass to require('lz.n').load.
Use plugins.lz-n.plugins for plugin specs declared in Nix. Use this option when
plugin specs are already defined in Lua modules available on Neovim’s runtimepath.
This uses lz.n’s import support and lets upstream load those specs from Lua.
Type: list of string
Default:
[ ]
Example:
[
"plugins"
]
Declared by: