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
Hey. I followed the steps from the installation process, installed via Pathogen, but it doesn't seem to work.
I have a python file with this in it:
import os
os.
When I typed dot (".") nothing happened. I tried :help jedi-vim but I get "E149: Sorry, no help for jedi-vim".
I'm using Fedora 34, vim 8.2, python3.9.6
I don't know how to use this:
Please execute `:redir @+> | silent verb JediDebugInfo | redir END` in a
Python buffer to copy debug information into your clipboard.
Then paste it here.
That doesn't look like a valid python syntax, and if I try writing that in vim, that's not working either -- "Invalid argument: @+>"
The text was updated successfully, but these errors were encountered:
When I add set omnifunc=syntaxcomplete#Complete either in vim or in my .vimrc and use Ctrl-X,Ctrl-O I get the autocomplete, but Ctrl+space doesn't work. help jedi-vim also fails. Jedi is installs and works but only with very limited functionality. The python code you gave me also doesn't auto complete when I just type import os \n os..
Hey. I followed the steps from the installation process, installed via Pathogen, but it doesn't seem to work.
I have a python file with this in it:
When I typed dot (".") nothing happened. I tried
:help jedi-vim
but I get "E149: Sorry, no help for jedi-vim".I'm using Fedora 34, vim 8.2, python3.9.6
I don't know how to use this:
That doesn't look like a valid python syntax, and if I try writing that in vim, that's not working either -- "Invalid argument: @+>"
The text was updated successfully, but these errors were encountered: