lsp-signature
URL: https://github.com/ray-x/lsp_signature.nvim/
Maintainers: Esther
A Neovim plugin for showing function signatures as you type.
plugins.lsp-signature.enable
Whether to enable lsp-signature.
Type: boolean
Default:
false
Example:
true
Declared by:
plugins.lsp-signature.package
The lsp-signature package to use.
Type: package
Default:
pkgs.vimPlugins.lsp_signature-nvim
Declared by:
plugins.lsp-signature.autoLoad
Whether to automatically load lsp-signature when neovim starts.
Type: boolean
Default:
false when lazy-loading is enabled.
Example:
false
Declared by:
plugins.lsp-signature.callSetup
Whether to generate the standard require('lsp_signature').setup(...) call for this plugin.
By default, this follows the plugin’s built-in behavior. Set this to false
to disable the generated setup call, or to true to force it even when the
plugin would only call it conditionally.
Type: null or boolean
Default:
null
Declared by: