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
This happens just after I press tab in insert mode
Unhandled exception in event loop:
File "/home/alex/.local/lib/python3.11/site-packages/prompt_toolkit/buffer.py", line 1920, in new_coroutine
await coroutine(*a, **kw)
File "/home/alex/.local/lib/python3.11/site-packages/prompt_toolkit/buffer.py", line 1744, in async_completer
async for completion in async_generator:
File "/home/alex/.local/lib/python3.11/site-packages/prompt_toolkit/completion/base.py", line 199, in get_completions_async
for item in self.get_completions(document, complete_event):
File "/home/alex/.local/lib/python3.11/site-packages/pyvim/completion.py", line 65, in get_completions
script = self._get_jedi_script_from_document(document)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/alex/.local/lib/python3.11/site-packages/pyvim/completion.py", line 101, in _get_jedi_script_from_document
return jedi.Script(
^^^^^^^^^^^^
noticed
Exception Script.__init__() got an unexpected keyword argument 'column'
Press ENTER to continue...
Am I supposed to install something? I haven't seen anything about required dependencies in readme file
The text was updated successfully, but these errors were encountered:
This happens just after I press
tab
ininsert
modeAm I supposed to install something? I haven't seen anything about required dependencies in readme file
The text was updated successfully, but these errors were encountered: