vimrc: full documentation for Go help
This commit is contained in:
parent
f3ba02aa7e
commit
20b0cd45aa
2
vimrc
2
vimrc
|
@ -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,
|
||||||
\ }}}
|
\ }}}
|
||||||
|
|
Loading…
Reference in New Issue