mirror of
https://github.com/prabirshrestha/vim-lsp.git
synced 2025-12-14 20:35:59 +01:00
add hover client capabilities (#965)
This commit is contained in:
@@ -484,6 +484,10 @@ function! lsp#default_get_supported_capabilities(server_info) abort
|
||||
\ 'definition': {
|
||||
\ 'linkSupport' : v:true
|
||||
\ },
|
||||
\ 'hover': {
|
||||
\ 'dynamicRegistration': v:true,
|
||||
\ 'contentFormat': ['markdown', 'plaintext'],
|
||||
\ },
|
||||
\ 'typeDefinition': {
|
||||
\ 'linkSupport' : v:true
|
||||
\ },
|
||||
|
||||
Reference in New Issue
Block a user