Replace mspyls with pyright

This commit is contained in:
coolneng 2020-08-26 17:51:59 +02:00
parent 9c386ba5c1
commit 35bccb49a4
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 5 deletions

View File

@ -51,9 +51,5 @@
(setq writeroom-major-modes '(markdown-mode org-mode))
;; Speed up company mode
(setq company-idle-delay nil)
;; Use Microsoft's python language server by default
(after! lsp-python-ms
(set-lsp-priority! 'mspyls 1))
(setq lsp-python-ms-executable (executable-find "python-language-server"))
;; Map leader key for major mode to ,
(setq doom-localleader-key ",")

View File

@ -150,7 +150,8 @@
(php +lsp) ; perl's insecure younger brother
;;plantuml ; diagrams for confusing people more
;;purescript ; javascript, but functional
(python +lsp) ; beautiful is better than ugly
(python +lsp ; beautiful is better than ugly
+pyright)
;;qt ; the 'cutest' gui framework ever
;;racket ; a DSL for DSLs
rest ; Emacs as a REST client