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

eyeliner

URL: https://github.com/jinh0/eyeliner.nvim/

Maintainers: Axel Karjalainen


Move faster with unique f/F indicators

plugins.eyeliner.enable

Whether to enable eyeliner.

Type: boolean

Default:

false

Example:

true

Declared by:

plugins.eyeliner.package

The eyeliner package to use.

Type: package

Default:

pkgs.vimPlugins.eyeliner-nvim

Declared by:

plugins.eyeliner.autoLoad

Whether to automatically load eyeliner when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example:

false

Declared by:

plugins.eyeliner.callSetup

Whether to generate the standard require('eyeliner').setup(...) call for this plugin.

By default, this follows the plugin’s built-in behavior. Set this to false to disable the generated setup call, or to true to force it even when the plugin would only call it conditionally.

Type: null or boolean

Default:

null

Declared by:

plugins.eyeliner.settings

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

Type: lua value

Default:

{ }

Example:

{
  # show highlights only after keypress
  highlight_on_key = true;
  # dim all other characters if set to true
  dim = true;
}

Declared by: