You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Shougo / deoplete.nvim" is working fine.
but I get an unexpected error when I enter a keyword that is completed
How can I avoid the error?
Request from non-main thread.
Requests from different threads should be wrapped with nvim.async_call(cb, ...)
File "/opt/homebrew/Cellar/[email protected]/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 954, i
n _bootstrap_inner
self.run()
File "/opt/homebrew/Cellar/[email protected]/3.9.5/Frameworks/Python.framework/Versions/3.9/lib/python3.9/threading.py", line 892, i
n run
self._target(*self._args, **self._kwargs)
File "/Users/foobar/dotfiles/dein/repos/github.com/carlitux/deoplete-ternjs/rplugin/python3/deoplete/sources/ternjs.py",
line 336, in completation
self.vim.command('call deoplete#auto_complete()')
File "/Users/foobar/Library/Python/3.9/lib/python/site-packages/pynvim/api/nvim.py", line 287, in command
return self.request('nvim_command', string, **kwargs)
Best regards.
The text was updated successfully, but these errors were encountered:
"Shougo / deoplete.nvim" is working fine.
but I get an unexpected error when I enter a keyword that is completed
How can I avoid the error?
Best regards.
The text was updated successfully, but these errors were encountered: