davidhalter / jedi-vim

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

In Neovim, import completions not work and ctrl+space not works #1114

Closed mooreye closed 11 months ago

mooreye commented 11 months ago

Issue

Steps to reproduce

try to autocomplete import in neovim

Output of “:verbose JediDebugInfo”

In neovim, with Fedora package vim-jedi version 0.11.2 ctrl+space not works and completions for import not work at all. In normal Vim it works fine.

mooreye commented 11 months ago

Completions of everything else (like print.) seem to work fine

It seems space thing can be fixed with imap <c-space> <c-x><c-o>

but writing import and pressing [ctrl+space] in Neovim gives an error:

-- Omni completion (^O^N^P) Pattern not found

davidhalter commented 11 months ago

/ou forgot to fill out the form when creating the issue. We don't have enough information to debug your issue. Since you have ignored it, I'm closing this issue, because the form is there for a reason. It saves us a lot of time and questions.

We are happy to reopen this issue if you add the necessary debug information (just click the New Issue Button and you'll find it there).