简体   繁体   中英

Disable neocomplete popup

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

在此处输入图片说明

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?

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-=preview to your vimrc and restart vim/resource your vimrc.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM