nvim_runtime_lua

lsp.ClientSemanticTokensRequestOptions

Fields2

ClientSemanticTokensRequestOptions.range : boolean | lsp._anonym2.range | nil

The client will send the textDocument/semanticTokens/range request if the server provides a corresponding handler.

ClientSemanticTokensRequestOptions.full : boolean | lsp.ClientSemanticTokensRequestFullDelta | nil

The client will send the textDocument/semanticTokens/full request if the server provides a corresponding handler.