mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
fix reporting of typeHierarchy capability (#1350)
This commit is contained in:
@@ -581,7 +581,9 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'willSave': v:false,
|
||||
\ 'willSaveWaitUntil': v:false,
|
||||
\ },
|
||||
\ 'typeHierarchy': v:false,
|
||||
\ 'typeHierarchy': {
|
||||
\ 'dynamicRegistration': v:false
|
||||
\ },
|
||||
\ 'typeDefinition': {
|
||||
\ 'dynamicRegistration': v:false,
|
||||
\ 'linkSupport' : v:true
|
||||
|
||||
Reference in New Issue
Block a user