peek

URL: https://github.com/toppair/peek.nvim/

Maintainers: Gaetan Lepage

plugins.peek.enable

Whether to enable peek.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.peek.package

The peek.nvim package to use.

Type: package

Default: pkgs.vimPlugins.peek-nvim

Declared by:

plugins.peek.autoLoad

Whether to automatically load peek.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.peek.createUserCommands

Whether to create the PeekOpen and PeekClose user commands.

Type: boolean

Default: true

Example: false

Declared by:

plugins.peek.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  app = "google-chrome-stable";
  auto_load = false;
  close_on_bdelete = false;
}

Declared by: