Skip to content
/ lsp-pyre Public

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

License

Notifications You must be signed in to change notification settings

jra3/lsp-pyre

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published