Replace mspyls with pyright

This commit is contained in:
2020-08-26 17:51:59 +02:00
parent 9c386ba5c1
commit 35bccb49a4
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 ",")