leap
URL: https://github.com/ggandor/leap.nvim/
Maintainers: Austin Horstman
plugins.leap.enable
Whether to enable leap.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.leap.package
The leap package to use.
Type: package
Default:
pkgs.vimPlugins.leap-nvim
Declared by:
plugins.leap.addDefaultMappings
Whether to enable the default mappings.
Type: boolean
Default:
true
Declared by:
plugins.leap.autoLoad
Whether to automatically load leap when neovim starts.
Type: boolean
Default:
false
when lazy-loading is enabled.
Example:
false
Declared by:
plugins.leap.settings
Options provided to the require('leap').setup
function.
Type: open submodule of attribute set of anything
Default:
{ }
Example:
{
callback = {
__raw = ''
function()
print('nixvim')
end
'';
};
foo_bar = 42;
hostname = "localhost:8080";
}
Declared by: