davidhalter / jedi-vim

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

nvim 0.3.8 seems unhappy with jedi-vim #963

Closed wwwaldo closed 3 years ago

wwwaldo commented 4 years ago

Issue

Jedi-vim keybindings and/or plugin installation appear to be broken with the default version of vim in the ubuntu 19.10 repositories (actually NVIM v0.3.8)

Steps to reproduce

Using a minimal .vimrc and sourcing jedi-vim with pathogen seems to reproduce the issue.

execute pathogen#infect()
syntax on
filetype plugin indent on

Output of “:verbose JediDebugInfo”

..oh, this happens: Screenshot from 2019-11-04 20-14-02

I ended up compiling regular vim (8.1), and jedi works normally there.

davidhalter commented 4 years ago

It looks like Jedi is not properly installed. Maybe @blueyed has a way to install it with neovim. I'm pretty sure it works fine with neovim. Maybe :messages also helps.