diff options
author | oreodave <aryadevchavali1@gmail.com> | 2019-09-26 08:55:33 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2019-09-26 08:55:33 +0100 |
commit | 24ea318bdac06ec92b5e5d6d382e57a0d6882460 (patch) | |
tree | f8a1e4474a3c0acb18d62ced680cd702426a3104 /doom.d | |
parent | f613e3c6dee44eef1a1545c9c358cee9aad378a6 (diff) | |
download | dotfiles-24ea318bdac06ec92b5e5d6d382e57a0d6882460.tar.gz dotfiles-24ea318bdac06ec92b5e5d6d382e57a0d6882460.tar.bz2 dotfiles-24ea318bdac06ec92b5e5d6d382e57a0d6882460.zip |
+lsp for python
The python language server is the best thing since sliced bread -
incredible parsing and universal completion for any editor!
Diffstat (limited to 'doom.d')
-rw-r--r-- | doom.d/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
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 |