vimrc: full documentation for Go help

This commit is contained in:
Rob Watson 2021-03-29 21:11:17 +02:00
parent f3ba02aa7e
commit 20b0cd45aa
1 changed files with 1 additions and 1 deletions

2
vimrc
View File

@ -278,7 +278,7 @@ let g:lsp_settings = {
\ 'unusedwrite': v:true, \ 'unusedwrite': v:true,
\ }, \ },
\ 'staticcheck': v:true, \ 'staticcheck': v:true,
\ 'hoverKind': 'SynopsisDocumentation', \ 'hoverKind': 'FullDocumentation',
\ 'linksInHover': v:false, \ 'linksInHover': v:false,
\ 'experimentalWorkspaceModule': v:false, \ 'experimentalWorkspaceModule': v:false,
\ }}} \ }}}