davidhalter / jedi-vim

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

nothing happen after installing #1061

Closed ben-sin closed 3 years ago

ben-sin commented 3 years ago

I am a newbie to coding. Using ubuntu 20.04. I install jedi thru the official reop by sudo apt install vim-python-jedi but after I installed nothing was changed in vim. Do I need to initialise it or I missing something? please help

davidhalter commented 3 years ago

Hi @ben-sin

Sorry I'm afraid I probably cannot help you here. You should probably run :JediDebugInfo and show us the output.

ben-sin commented 3 years ago

Hi @davidhalter

I tried runing JediDebugInfo, it return E492: Not an editor command: JediDebugInfo

davidhalter commented 3 years ago

Yeah, in that case jedi-vim is not properly installed. You should probably contact the vim-python-jedi maintainers or just use a VIM plugin manager like this one: https://github.com/junegunn/vim-plug.