Question

When I use the autocomplete of Eclim in vim, it shows a hint window at the top of my vim. How can I disable it, or better, make it disappear automatically?

Was it helpful?

Solution

I think you mean the preview window showing details about the current completion item. Use

:set completeopt-=preview

to turn this off.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top