No description, website, or topics provided.
Switch branches/tags
Nothing to show
Clone or download
vibhavp Merge pull request #22 from bfrascher/find-project-root
Determine the project root using `__init__.py` files
Latest commit 9cdf8e3 Oct 12, 2018

README.md

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)