Add support for pyright language server
This commit is contained in:
parent
afcf56a610
commit
e6ae1d295c
3 changed files with 20 additions and 2 deletions
|
@ -13,6 +13,14 @@
|
|||
(not (featurep! :tools lsp +eglot)))
|
||||
(package! lsp-python-ms :pin "7068cf04a0d0a1877afe56990cc577edd824a1e4"))
|
||||
|
||||
(when (and (featurep! +lsp)
|
||||
(featurep! +pyright)
|
||||
(not (featurep! :tools lsp +eglot)))
|
||||
(package! lsp-pyright
|
||||
;; REVIEW Remove this when added to melpa
|
||||
:recipe (:host github :repo "emacs-lsp/lsp-pyright")
|
||||
:pin "242d19b2dbaaccc5fb9cd1b1a9420ee6807ce77c"))
|
||||
|
||||
;; Programming environment
|
||||
(package! anaconda-mode :pin "10299bd9ff38c4f0da1d892905d02ef828e7fdce")
|
||||
(when (featurep! :completion company)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue