Replace mspyls with pyright
This commit is contained in:
parent
9c386ba5c1
commit
35bccb49a4
|
@ -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 ",")
|
||||
|
|
3
init.el
3
init.el
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue