mirror of
https://github.com/neovim/neovim.git
synced 2025-10-11 04:16:47 +00:00
fix(lsp): typos in method names #36077
This commit is contained in:
@@ -615,7 +615,7 @@ local static_registration_capabilities = {
|
||||
['textDocument/linkedEditingRange'] = 'linkedEditingRangeProvider',
|
||||
['textDocument/moniker'] = 'monikerProvider',
|
||||
['textDocument/selectionRange'] = 'selectionRangeProvider',
|
||||
['textDocument_semanticTokens/full'] = 'semanticTokensProvider',
|
||||
['textDocument/semanticTokens/full'] = 'semanticTokensProvider',
|
||||
['textDocument/typeDefinition'] = 'typeDefinitionProvider',
|
||||
['textDocument/prepareTypeHierarchy'] = 'typeHierarchyProvider',
|
||||
}
|
||||
|
Reference in New Issue
Block a user