glance

URL: https://github.com/DNLHC/glance.nvim/

Maintainers: Austin Horstman

plugins.glance.enable

Whether to enable glance.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.glance.package

The glance.nvim package to use.

Type: package

Default: pkgs.vimPlugins.glance-nvim

Declared by:

plugins.glance.autoLoad

Whether to automatically load glance.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.glance.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  border = {
    enable = true;
  };
  height = 40;
  use_trouble_qf = true;
  zindex = 50;
}

Declared by: