From 20b0cd45aafd5a651dc76aacd793cee9819a5332 Mon Sep 17 00:00:00 2001 From: Rob Watson Date: Mon, 29 Mar 2021 21:11:17 +0200 Subject: [PATCH] vimrc: full documentation for Go help --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, \ }}}