This feature is good but annoying because I have to close this buffer after the completion. Can I just disable it or make it close after the completion is done? Also, if this is a function , can I make it also complete ')' as well?
Does set completeopt-=preview in your vimrc solve the issue?
H @Misfit-John
This is not a vim-go issue, as @bradleyfalzon said it's a Vim feature and you have to disable it. Thanks!
Great thanks, fixed.
Most helpful comment
Does
set completeopt-=previewin your vimrc solve the issue?