refactor(python): remove redundant pyright+eglot config
joaotavora/eglot@fd27cdc8f9 adds Pyright support to Eglot, so these
lines can be removed.
Amend: 34cb632a61
Revert: #5355
Ref: joaotavora/eglot@fd27cdc8f9
Ref: joaotavora/eglot#742
This commit is contained in:
parent
1c1ad3a8c8
commit
8b41f44882
1 changed files with 0 additions and 5 deletions
|
@ -332,8 +332,3 @@
|
|||
(use-package! lsp-pyright
|
||||
:when (featurep! +pyright)
|
||||
:after lsp-mode))
|
||||
|
||||
(eval-when! (and (featurep! +pyright)
|
||||
(featurep! :tools lsp +eglot))
|
||||
(after! eglot
|
||||
(add-to-list 'eglot-server-programs '(python-mode . ("pyright-langserver" "--stdio")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue