DEV Community

Discussion on: Using Vim for Go Development

Collapse
 
zluther89 profile image
Zach

Can i ask how you get your documentation definition to show up inline like in the screenshot? Mine shows up in a Scratch preview at the top of my screen after following your tutorial.

Collapse
 
raine profile image
Raine Virta

You need:

let g:go_doc_popup_window = 1

I'm not sure if it works in vanilla vim but it should work in neovim.

Collapse
 
anonymouse profile image
Anonymouse

Works in Vim 8+, you don't need neovim for that.