question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

jedi-vim is too too slow

See original GitHub issue
$vim test.py

import os, sys
os.

– and then vim is fronzened for a few seconds.
I found it’s really very slow while trying auto-comple by jedi-vim.

So, what can I do ?


OS: 64bit Debian/testing Dist CPU: AMD IIx4 2.8GHz

Installed jedi-vim by vundle

Configured jedi-vim with: "For jedi-vim: "pip install jedi – done let g:jedi#autocompletion_command = “< tab>”

Issue Analytics

  • State:closed
  • Created 10 years ago
  • Reactions:6
  • Comments:44 (12 by maintainers)

github_iconTop GitHub Comments

7reactions
lodagrocommented, Aug 20, 2013

Same problem fo rme. For numpy the stall is the range of 10 seconds. The stall is not only the first time, it is every time. No stall for my own codebase (rather small compared to numpy).

vim 7.3.744 jedi 0.7.0 jedi-vim master today linux

Any experiment i can do to give more info?

3reactions
vatratcommented, Jun 12, 2017

And, really, if you’re going to be using vim, you should use Neovim.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Jedi-Vim Lags horribly! : r/vim - Reddit
I am using Jedi-Vim and it lags for multiple seconds. ... but i tested with all plugins disabled (except Jedi-vim) and it is...
Read more >
Why is Vim so slow? - Stack Overflow
It looks like Vim is slower than Geany. And it is a very noticeable difference. When I hold any key in Geany it...
Read more >
leger / jedi-vim - Explore · GitLab
jedi-vim - awesome Python autocompletion with VIM ... jedi-vim is a VIM binding to the autocompletion library Jedi. Here are ... The completion...
Read more >
jedi-vim - Vim Awesome
Completion of complex libraries (like Numpy) should only be slow the first time you complete them. After that the results should be cached...
Read more >
Modern IDEs are magic. Why are so many coders still using ...
While a coder could sit down at any terminal and begin working in Vim, that isn't true for any IDE. Further, IDEs are...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found