diff --git a/vimrc b/vimrc index 018414b..7ddadaa 100644 --- a/vimrc +++ b/vimrc @@ -278,7 +278,7 @@ let g:lsp_settings = { \ 'unusedwrite': v:true, \ }, \ 'staticcheck': v:true, - \ 'hoverKind': 'SynopsisDocumentation', + \ 'hoverKind': 'FullDocumentation', \ 'linksInHover': v:false, \ 'experimentalWorkspaceModule': v:false, \ }}}