palantir / python-language-server

An implementation of the Language Server Protocol for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VIM8: Different completion info (than project example) returned by server.

iddinev opened this issue · comments

I'm using PLS on vim8 through autozimu/LanguageClient-neovim with deplete and I see the server returning different completion/hover information than the one shown in the example gifs.
For example:
If I try to recreate this example (from the title page):
auto-complete
I get this instead:
Peek 2020-11-30 21-08
I have jedi installed, but I fear there is maybe something extra that has to be configured PLS wise ?