Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is not working for nvim #3

Open
marcelomaia opened this issue Oct 28, 2020 · 1 comment
Open

Is not working for nvim #3

marcelomaia opened this issue Oct 28, 2020 · 1 comment

Comments

@marcelomaia
Copy link

marcelomaia commented Oct 28, 2020

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())
@wookayin
Copy link
Owner

Can you provide more details?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants