Vim-go: is there anyway do not open doc preview window when autocompletion ?

Created on 21 Nov 2016  路  2Comments  路  Source: fatih/vim-go

whenever I choose a function from the autocompletion plugin,it will open a doc preview window on the top, I close it <C-w>k<C-w>c every time,so I map my key as : au Filetype go nmap <leader>e <C-w>k<C-w>c to close it conveniently,but I don't want it open,anyway can stop it?

duplicate

Most helpful comment

This is a duplicate of https://github.com/fatih/vim-go/issues/912 It's a Vim feature. Add set completeopt-=preview to fix it. Thanks

All 2 comments

This is a duplicate of https://github.com/fatih/vim-go/issues/912 It's a Vim feature. Add set completeopt-=preview to fix it. Thanks

thank you very much

Was this page helpful?
0 / 5 - 0 ratings

Related issues

surest picture surest  路  3Comments

wpaulino picture wpaulino  路  4Comments

danielmanesku picture danielmanesku  路  4Comments

johnzeng picture johnzeng  路  3Comments

zhangjing picture zhangjing  路  3Comments