hydra
URL: https://github.com/nvimtools/hydra.nvim/
Maintainers: Gaetan Lepage
Create custom submodes and menus, inspired by the Hydra Emacs package.
plugins.hydra.enable
Whether to enable hydra.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.hydra.package
The hydra package to use.
Type: package
Default:
pkgs.vimPlugins.hydra-nvim
Declared by:
plugins.hydra.autoLoad
Whether to automatically load hydra when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.hydra.callSetup
Whether to generate the standard require('hydra').setup(...) call for this plugin.
Explicitly set to true to force calling .setup().
Caution
A forced call can emit a duplicate or invalid setup. Some plugins generate custom setup code or have no real
hydraLua module.
Type: boolean
Default:
false
Declared by: