An Emacs LSP client for python using pyre and lsp-mode.
Install lsp-mode
first, and either clone
this repository, or install from MELPA. Add the following to your .emacs
:
(require 'lsp-mode)
(require 'lsp-pyre)
(add-hook 'python-mode-hook 'lsp)
I recommend turning on company-mode and flycheck-mode in your particular major mode as LSP will be feed those modes and give you all the magic.