Vim-go: How to disable the scratch buffer opened when you use <c-x><c-o> ?

Created on 23 Jun 2016  路  3Comments  路  Source: fatih/vim-go

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?

Most helpful comment

Does set completeopt-=preview in your vimrc solve the issue?

All 3 comments

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.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

svanharmelen picture svanharmelen  路  3Comments

Michael-F-Ellis picture Michael-F-Ellis  路  3Comments

jongillham picture jongillham  路  3Comments

SirmaXX picture SirmaXX  路  3Comments

MattFlower picture MattFlower  路  4Comments