Open wyuenho opened 4 years ago
@wyuenho good idea, I'll work on it asap.
Thank you
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
@rileyrg these instructions is already included on readme from jedi-language-server
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?