/lsp-python

Primary LanguageEmacs LispMIT LicenseMIT

MELPA

Python support for lsp-mode using python-language-server.

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-python)
(add-hook 'python-mode-hook #'lsp-python-enable)