-
Notifications
You must be signed in to change notification settings - Fork 100
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Disable auto preview window. #21
Comments
It seems that Tern's preview window is using custom code, and can not currently be disabled. @clausreinke Do you want to add an option for this? |
Can you describe precisely what you are doing and seeing? If you have the preview window open, close it ( @marijnh the self-defined preview window is only used for documentation lookup. |
any update on this? 👍 |
This seems to get the job done for me at least. autocmd BufEnter * set completeopt-=preview |
Any way to get the documentation window to only show up while you're looking through the list of suggestions? That would make this a pretty useful feature. Right now it just opens up the related documentation and then never goes away unless I manually do |
+1, I like @ShirajG suggestion |
+1 @ShirajG. |
I was very frustrated to manually close the preview window. Now, I have set |
I'm not going to do this, since I don't understand the vim conventions involved well enough. But a patch would definitely be welcome. |
I found a stackoverflow answer!
This will automatically hide the preview window whenever you're done auto-completing. |
How can i disable auto prewiev window. Comman
set completeopt-=preview
not work in .vimrcThe text was updated successfully, but these errors were encountered: