vim-autoimport
vim-autoimport copied to clipboard
Is not working for nvim
I checked the code and it was expected.
vim-autoimport/python3/vim_autoimport/managers/python.py
--220 def __init__(self, is_async=True):
221 # Work around a bug https://bugs.python.org/issue35621 where
222 # create_subprocess_shell() does not work with neovim's eventloop
223 _w = asyncio.get_child_watcher()
224 if _w._loop is None:
225 _w.attach_loop(asyncio.get_event_loop())
Can you provide more details?