add hover client capabilities (#965)

This commit is contained in:
Prabir Shrestha
2020-12-23 23:23:22 -08:00
committed by GitHub
parent af55fd3a2c
commit f763ff829e

View File

@@ -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
\ },