mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/python: load lsp-python-ms after python
To isolate errors caused upstream (e.g. emacs-lsp/lsp-python-ms#68)
This commit is contained in:
@ -268,7 +268,7 @@ called.")
|
|||||||
|
|
||||||
(use-package! lsp-python-ms
|
(use-package! lsp-python-ms
|
||||||
:when (featurep! +lsp)
|
:when (featurep! +lsp)
|
||||||
:after lsp-clients
|
:after (python lsp-clients)
|
||||||
:init
|
:init
|
||||||
(setq lsp-python-ms-dir (concat doom-etc-dir "mspyls/"))
|
(setq lsp-python-ms-dir (concat doom-etc-dir "mspyls/"))
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user