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

lensline

URL: https://github.com/oribarilan/lensline.nvim/

Maintainers: Austin Horstman

plugins.lensline.enable

Whether to enable lensline.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.lensline.package

The lensline package to use.

Type: package

Default:

pkgs.vimPlugins.lensline-nvim

Declared by:

plugins.lensline.autoLoad

Whether to automatically load lensline when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.lensline.settings

Options provided to the require('lensline').setup function.

Type: lua value

Default:

{ }

Example:

{
  debounce_ms = 250;
  focused_debounce_ms = 50;
  limits = {
    exclude_gitignored = false;
    max_lenses = 50;
    max_lines = 500;
  };
}

Declared by: