fredcamps / lsp-jedi

A LSP client for Emacs using Python Jedi Language Server
GNU General Public License v3.0
47 stars 4 forks source link

Auto install server #2

Open wyuenho opened 4 years ago

wyuenho commented 4 years ago

Hi! This is by far the best python static analysis tools on Emacs I've used, thanks!

I was wondering if there's any plan to implement auto server install like to other LSP servers?

fredcamps commented 4 years ago

@wyuenho good idea, I'll work on it asap.

Thank you

rileyrg commented 3 years ago

Adding some instructions on how to get this working including installation of jedi ls would be nice.

LSP :: The following servers support current file but do not have automatic installation configuration: jedi You may find the installation instructions at https://emacs-lsp.github.io/lsp-mode/page/languages. (If you have already installed the server check lsp-log). Mark set

I used your use-package in the readme. In the absence of auto install:-

pip install jedi-language-server

fredcamps commented 2 years ago

@rileyrg these instructions is already included on readme from jedi-language-server