nvim_runtime_lua

lsp.TypeDefinitionClientCapabilities

Since 3.6.0

Fields2

TypeDefinitionClientCapabilities.dynamicRegistration : nil | boolean

Whether implementation supports dynamic registration. If this is set to true the client supports the new TypeDefinitionRegistrationOptions return value for the corresponding server capability as well.

TypeDefinitionClientCapabilities.linkSupport : nil | boolean

The client supports additional metadata in the form of definition links.

Since 3.14.0