pandysong / ghost-text.vim

support for ghost-text in regular vim
MIT License
34 stars 4 forks source link

tcp_server.py: asyncio.get_event_loop() rather than passing loop param #10

Open sideshowbarker opened 1 year ago

sideshowbarker commented 1 year ago

Fixes https://github.com/pandysong/ghost-text.vim/issues/9

kiteloopdesign commented 1 year ago

Same issue here. Tested your code on the PR and it works perfectly for me at least. Vim 9.0 and python 3.10 here as well

ronakmsoni commented 1 year ago

Same config, this PR worked. Thanks a ton!