whichpy
URL: https://github.com/neolooong/whichpy.nvim/
Maintainers: Kasper Seweryn
plugins.whichpy.enable
Whether to enable whichpy.nvim.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.whichpy.package
The whichpy.nvim package to use.
Type: package
Default:
pkgs.vimPlugins.whichpy-nvim
Declared by:
plugins.whichpy.autoLoad
Whether to automatically load whichpy.nvim when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.whichpy.neotestIntegration
Whether to enable neotest-integration for whichpy-nvim…
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.whichpy.settings
Options provided to the require('whichpy').setup
function.
Type: attribute set of anything
Default:
{ }
Example:
{
locator = {
uv = {
enable = true;
};
workspace = {
depth = 3;
};
};
update_path_env = true;
}
Declared by: