refactor!(python): remove lsp-python-ms
BREAKING CHANGE: This removes the lsp-python-ms package (along with it, lsp-python-ms support), since the package no longer works in recent versions of Python and is no longer maintained upstream.
This commit is contained in:
parent
b7954f927f
commit
934141a01e
3 changed files with 11 additions and 22 deletions
|
@ -342,16 +342,8 @@
|
|||
;;
|
||||
;;; LSP
|
||||
|
||||
(eval-when! (and (modulep! +lsp)
|
||||
(not (modulep! :tools lsp +eglot)))
|
||||
|
||||
(use-package! lsp-python-ms
|
||||
:unless (modulep! +pyright)
|
||||
:after lsp-mode
|
||||
:preface
|
||||
(after! python
|
||||
(setq lsp-python-ms-python-executable-cmd python-shell-interpreter)))
|
||||
|
||||
(use-package! lsp-pyright
|
||||
:when (modulep! +pyright)
|
||||
:after lsp-mode))
|
||||
(use-package! lsp-pyright
|
||||
:when (modulep! +lsp)
|
||||
:when (modulep! +pyright)
|
||||
:when (not (modulep! :tools lsp +eglot))
|
||||
:after lsp-mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue