I made script to install my golang dev enviroment with vim, but my installation have annoying thing. (Here is my script)
When i use neocomplete and vim-go, autocompletion works fine but when i try to choose one of suggestions, the screen is splitted, and on top view print the same option that i am with cursor. Like this:

This is window is the preview window. This window can be set to show up during insert completion when
'completeopt'haspreviewset. You can disable this by adding the following to yourvimrcfile:You can also close the preview window manually via
<c-w>z/<c-w><c-z>or:pcloseIf you want to keep the preview window but to not like that it stays open you can automatically close it via the
CompleteDoneautocmd event. Do so by adding the following to yourvimrcfile.For more help see: