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?
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
Most helpful comment
This is a duplicate of https://github.com/fatih/vim-go/issues/912 It's a Vim feature. Add
set completeopt-=previewto fix it. Thanks