holzschu / a-shell

A terminal for iOS, with multiple windows
BSD 3-Clause "New" or "Revised" License
2.64k stars 116 forks source link

A-shell crashes when python file is opened with vim with Jedi-vim plugin #436

Open domi04 opened 2 years ago

domi04 commented 2 years ago

Hi, I installed the Jedi-vim plugin from David Halter and now every time when I try to open a .py file, a-shell crashes. Not sure where this is coming from.

holzschu commented 2 years ago

Hi, Yes, I can reproduce the issue after installing Jedi-vim too. I have no idea what is actually happening. Debugging messages are not helpful.

domi04 commented 2 years ago

Okay, then I will delete it. Thanks for the reply!

holzschu commented 1 year ago

It might be worth re-trying Jedi-vim with the latest version of a-Shell, since we now have Vim 8.2. I have installed and run SpaceVim without issues, and SpaceVim uses Jedi-vim.

domi04 commented 1 year ago

I tried but unfortunately it didn't work. A moment before it crashes, a-shell says "Vim: Caught deadly signal" but that's all

holzschu commented 1 year ago

Okay, that's unfortunate. I'm going to test again. Autocompletion does work in SpaceVim, but I don't know how they do it (it must be using Jedi, but it has both deoplete-jedi and jedi-vim installed).