Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

leap

URL: https://codeberg.org/andyg/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.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: lua value

Default:

{ }

Example:

{
  callback = lib.nixvim.mkRaw ''
  function()
    print('nixvim')
  end
'';
  foo_bar = 42;
  hostname = "localhost:8080";
}

Declared by: