Pull lsp-pyright from melpa

This commit is contained in:
Edmund Miller 2020-08-20 10:32:46 -05:00
parent f6f90c9791
commit 924a161ba6
No known key found for this signature in database
GPG Key ID: BD387FF7BC10AA9D

View File

@ -12,10 +12,7 @@
(when (featurep! +lsp) (when (featurep! +lsp)
(unless (featurep! :tools lsp +eglot) (unless (featurep! :tools lsp +eglot)
(if (featurep! +pyright) (if (featurep! +pyright)
(package! lsp-pyright (package! lsp-pyright :pin "9603dda12afaae9c82608c7d3762f98b24b8563f")
;; REVIEW Remove this when added to melpa
:recipe (:host github :repo "emacs-lsp/lsp-pyright")
:pin "9603dda12afaae9c82608c7d3762f98b24b8563f")
(package! lsp-python-ms :pin "a884a9a4eb1a3acd3d70c776aec5e968bbdc1731")))) (package! lsp-python-ms :pin "a884a9a4eb1a3acd3d70c776aec5e968bbdc1731"))))
;; Programming environment ;; Programming environment