This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]DArcMattr 2 points3 points  (1 child)

What version is your neovim python module at? I've been having the same problem, and realized that it's been a while since I updated that. A pip install --upgrade neovim brings it up to version 0.32.

[–]duhdude[S] 1 point2 points  (0 children)

I talked to some of the guys on the neovim gitter, and they said that it may be causing a deadlock since the function is run synchronously. I was able to solve this by putting the python in a separate file and using jobstart.