mini-fuzzy
URL: https://github.com/echasnovski/mini.fuzzy/
Maintainers: Heitor Augusto
plugins.mini-fuzzy.enable
Whether to enable mini.fuzzy.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.mini-fuzzy.package
The mini.fuzzy package to use.
Type: package
Default:
pkgs.vimPlugins.mini-fuzzy
Declared by:
plugins.mini-fuzzy.autoLoad
Whether to automatically load mini.fuzzy when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.mini-fuzzy.settings
Options provided to the require('mini.fuzzy').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
cutoff = 50;
}
Declared by: