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

gdscript-extended-lsp

URL: https://github.com/Teatek/gdscript-extended-lsp.nvim/

Maintainers: Heitor Augusto

plugins.gdscript-extended-lsp.enable

Whether to enable gdscript-extended-lsp.

Type: boolean

Default: false

Example: true

Declared by:

plugins.gdscript-extended-lsp.package

The gdscript-extended-lsp package to use.

Type: package

Default: pkgs.vimPlugins.gdscript-extended-lsp-nvim

Declared by:

plugins.gdscript-extended-lsp.autoLoad

Whether to automatically load gdscript-extended-lsp when neovim starts.

Type: boolean

Default: false when lazy-loading is enabled.

Example: false

Declared by:

plugins.gdscript-extended-lsp.settings

Options provided to the require('gdscript-extended-lsp').setup function.

Type: lua value

Default: { }

Example:

{
  picker = "snacks";
}

Declared by: