glance
URL: https://github.com/DNLHC/glance.nvim/
Maintainers: Austin Horstman
Peek preview window for LSP locations in Neovim.
plugins.glance.enable
Whether to enable glance.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.glance.package
The glance package to use.
Type: package
Default:
pkgs.vimPlugins.glance-nvim
Declared by:
plugins.glance.autoLoad
Whether to automatically load glance 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: open submodule of attribute set of anything
Default:
{ }
Example:
{
border = {
enable = true;
};
height = 40;
use_trouble_qf = true;
zindex = 50;
}
Declared by: