SignatureHelpConfig
Configuration for signatureHelp.
Mirrors the shape of the options object upstream @codemirror/lsp-client's signatureHelp accepts.
Parameters
keymap
When true (the default), the signatureKeymap default bindings are installed at high precedence. Pass false to bind the showSignatureHelp/nextSignature/prevSignature commands yourself.