Disable neocomplete popup

262 Views Asked by At

So I have a problem. I've installed neocomplete for vim and whenever it completes something for me, it leaves vim with that popup:

enter image description here

It's at the top of the vim screen, and it stays here, ESCAPE doesn't work for it. Is there a way to close this up, or better -> disable this feature?

1

There are 1 best solutions below

0
Alexander Kohler On BEST ANSWER

It's an actual window, so you'd close it like any other vim window (switch to it and :q, use :on, etc...). To disable this feature, add set completeopt-=previewto your vimrc and restart vim/resource your vimrc.