davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

How to get completions and signatures only when we press <c-space> and <s-tab>? #1081

Open harishpvv opened 2 years ago

harishpvv commented 2 years ago

Hello, newbie to jedi-vim here, first of all thanks for developing this, it is really helpful.

When autocompletion is on it is taking sometime to load functions, and I could not able to type in meantime. And auto showing of signatures is also a bit distracting. Can you guys help me in this regard?. Thanks.

davidhalter commented 2 years ago

You can change the signatures (see docs). Completion is synchronous in jedi-vim. If you want it async you could use language servers for example. Jedi can also be used as a language server.