From 905be3d7a63c384485252a1f1cdf14287b79a159 Mon Sep 17 00:00:00 2001 From: mattkae Date: Mon, 7 Nov 2022 20:01:07 -0500 Subject: Halfway decent python mode --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 1831351..da44461 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,11 @@ Emacs configuration file ### JavaScript/TypeScript Must have installed the Typescript language server: https://github.com/typescript-language-server/typescript-language-server +### Python +``` +sudo pip install python-lsp-server +``` + ### Text `hunspell` is used to provide spell check on `.txt` files. Make sure to have install the hunspell package for your language. In my instance, I had to do: ```sh -- cgit v1.2.1