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

lspsaga

URL: https://github.com/nvimdev/lspsaga.nvim/

Maintainers: Saygo


Improve the Neovim lsp experience.

plugins.lspsaga.enable

Whether to enable lspsaga.nvim.

Type: boolean

Default: false

Example: true

Declared by:

plugins.lspsaga.package

The lspsaga.nvim package to use.

Type: package

Default: pkgs.vimPlugins.lspsaga-nvim

Declared by:

plugins.lspsaga.autoLoad

Whether to automatically load lspsaga.nvim when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.lspsaga.settings

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

Type: attribute set of anything

Default: { }

Example:

{
  implement = {
    enable = true;
  };
  lightbulb = {
    enable = false;
  };
  symbol_in_winbar = {
    enable = true;
  };
  ui = {
    border = "single";
  };
}

Declared by: