Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 592 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 592 Bytes

lsp-pyre

An Emacs LSP client for python using pyre and lsp-mode.

MELPA

Installation

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)

Configuration

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.