palantir / python-language-server

An implementation of the Language Server Protocol for Python
MIT License
2.6k stars 282 forks source link

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

Open iddinev opened 3 years ago

iddinev commented 3 years ago

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 ?