8000 GitHub - jra3/lsp-pyre: An Emacs LSP client for python using lsp-mode and pyre.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
0