From 24ea318bdac06ec92b5e5d6d382e57a0d6882460 Mon Sep 17 00:00:00 2001 From: oreodave Date: Thu, 26 Sep 2019 08:55:33 +0100 Subject: +lsp for python The python language server is the best thing since sliced bread - incredible parsing and universal completion for any editor! --- doom.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doom.d/init.el') diff --git a/doom.d/init.el b/doom.d/init.el index a8cdaaa..fcebf1b 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -81,7 +81,7 @@ ;;gist ; interacting with github gists (lookup ; helps you navigate your code and documentation +docsets) ; ...or in Dash docsets locally - ;;lsp + lsp ;;macos ; MacOS-specific commands magit ; a git porcelain for Emacs make ; run make tasks from Emacs @@ -134,7 +134,7 @@ ;;php ; perl's insecure younger brother ;;plantuml ; diagrams for confusing people more ;;purescript ; javascript, but functional - python ; beautiful is better than ugly + (python +lsp) ; beautiful is better than ugly ;;qt ; the 'cutest' gui framework ever ;;racket ; a DSL for DSLs ;;rest ; Emacs as a REST client -- cgit v1.2.3-13-gbd6f