Closed sassanh closed 2 years ago
It's probably related to https://github.com/ncm2/ncm2-jedi/issues/1
I'm not using old Python, /usr/bin/python3
on my machine (as reported in error to be the Python in used for this plugin) is Python 3.7.5rc1
Came across this issue in vim 8.X. I get very high CPU usage and vim freezes, have to force quite the python process and the resulting error message is the same. Everything is updated to the latest version with vim-plug :PlugUpdate
.
It happens with similar frequency while editing files (or maybe a little more often... like once per day).
What do you use the plugins?
Below is the output of :PlugStatus
(includes deoplete.nvim
, jedi-vim
, deoplete-jedi
, nvim-yarp
).
Oh, OK. So I recommend for you to use ddc.vim
instead.
Thanks for the help (and for all your work!). Is there a ddc-compatible alternative to deoplete-jedi
(or maybe deoplete-jedi
is compatible)?
You should use LSP (vim-lsp or nvim-lsp) instead.
Sometimes neovim hangs, when I kill it in another terminal and get back to the Neovim terminal to run it again I see it's not existed completely, I see this message:
If I hit ctrl + c it'll exit (or if I kill vim with signal 9).
It happens very rarely, I usually have more than 5 instances of Neovim open for several days, and it happens for one of them after few days. But it happens at more than once per week.
Do you think it's related to nvim-yarp?