From c19c995646b62c4af1470ab18a224de5164b23e6 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Wed, 1 Jan 2020 22:53:03 +0100 Subject: [PATCH] add python support with lsp --- emacs/.doom.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/.doom.d/init.el b/emacs/.doom.d/init.el index eab5489..4f74481 100644 --- a/emacs/.doom.d/init.el +++ b/emacs/.doom.d/init.el @@ -135,7 +135,9 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - ;;python ; beautiful is better than ugly + (python ; beautiful is better than ugly + +lsp + +pyvenv) ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client