vim-autoimport icon indicating copy to clipboard operation
vim-autoimport copied to clipboard

Is not working for nvim

Open marcelomaia opened this issue 5 years ago • 1 comments

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())

marcelomaia avatar Oct 28 '20 12:10 marcelomaia

Can you provide more details?

wookayin avatar Jan 17 '21 00:01 wookayin