wilder
URL: https://github.com/gelguy/wilder.nvim/
Maintainers: Gaetan Lepage
plugins.wilder.enable
Whether to enable wilder.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.wilder.package
The wilder package to use.
Type: package
Default:
pkgs.vimPlugins.wilder-nvim
Declared by:
plugins.wilder.autoLoad
Whether to automatically load wilder when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.wilder.options
Attrs of options to forward to require('wilder').set_option
.
For your convenience, the wilder
variable is available in the scope.
Type: attribute set of anything
Default:
{ }
Example:
{
renderer = lib.nixvim.mkRaw ''
wilder.popupmenu_renderer(
wilder.popupmenu_border_theme({
highlights = { border = 'Normal' },
border = 'rounded',
pumblend = 20,
})
)
'';
use_python_remote_plugin = 0;
}
Declared by:
plugins.wilder.settings
Options provided to the require('wilder').setup
function.
Type: open submodule of attribute set of anything
Default:
{ }
Example:
{
modes = [
":"
"/"
"?"
];
next_key = "<Tab>";
previous_key = "<S-Tab>";
}
Declared by: