davidhalter / jedi-vim

Using the jedi autocompletion library for VIM.
MIT License
5.27k stars 370 forks source link

Doesn't seem to work on Fedora #1070

Open Feoggou opened 2 years ago

Feoggou commented 2 years ago

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: @+>"

hershey890 commented 5 months ago

This is pretty old but I've had the same issue.

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..

davidhalter commented 5 months ago

@hershey890 Can you please provide the debug output (see template when you add a "new issue").