We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 296fb98 commit 664720bCopy full SHA for 664720b
autoload/lsp/internal/document_hover/under_cursor.vim
@@ -46,6 +46,7 @@ function! s:show_hover(server_name, request, response) abort
46
if !has_key(a:response, 'result') || empty(a:response['result']) ||
47
\ empty(a:response['result']['contents'])
48
call lsp#utils#error('No hover information found in server - ' . a:server_name)
49
+ return
50
endif
51
52
call lsp#ui#vim#output#preview(a:server_name, a:response['result']['contents'], {'statusline': ' LSP Hover'})
0 commit comments