mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
bump: :lang python
emacs-lsp/lsp-pyright@cc6df06aea -> emacs-lsp/lsp-pyright@0c0d72aedd necaris/conda.el@60e14d1e97 -> necaris/conda.el@ce748a53f9 pythonic-emacs/anaconda-mode@79fa9b4d2b -> pythonic-emacs/anaconda-mode@f900bd7656 pythonic-emacs/company-anaconda@1fe526163c -> pythonic-emacs/company-anaconda@169252fca7 pythonic-emacs/pyenv-mode@de0d750b9c -> pythonic-emacs/pyenv-mode@76787ea44f wbolster/emacs-python-pytest@9f850e22df -> wbolster/emacs-python-pytest@dcdaec6fe2 - Adds basedpyright support to lsp-pyright; and will prioritize it above pyright, if found on your system. Ref: emacs-lsp/lsp-pyright#101
This commit is contained in:
@ -353,4 +353,7 @@
|
||||
:when (modulep! +lsp)
|
||||
:when (modulep! +pyright)
|
||||
:when (not (modulep! :tools lsp +eglot))
|
||||
:after lsp-mode)
|
||||
:after lsp-mode
|
||||
:init
|
||||
(when-let ((exe (executable-find "basedpyright")))
|
||||
(setq lsp-pyright-langserver-command exe)))
|
||||
|
Reference in New Issue
Block a user