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:
parent
424b7af45f
commit
1fa1eba5ac
3 changed files with 13 additions and 9 deletions
|
@ -10,7 +10,7 @@ This module adds [[https://www.python.org/][Python]] support to Doom Emacs.
|
|||
- Snippets
|
||||
- Run tests ([[doom-package:nose]], [[doom-package:pytest]])
|
||||
- Auto-format (with ~black~, requires [[doom-module::editor format]])
|
||||
- LSP integration (=pyls=, =jedi=, =ruff=, or =pyright=)
|
||||
- LSP integration (=pyls=, =jedi=, =ruff=, =pyright=, or =basedpyright=)
|
||||
|
||||
** Maintainers
|
||||
- [[doom-user:][@hlissner]]
|
||||
|
@ -86,9 +86,10 @@ For LSP support the [[doom-module::tools lsp]] module must be enabled, along wit
|
|||
|
||||
An alternative LSP server can be used by installing them through the
|
||||
[[cmd:][lsp-install-server]] command, or an external package manager. For example:
|
||||
- To install *basedpyright*: ~$ pip install basedpyright~
|
||||
- To install *pyright*: ~$ pip install pyright~ or ~$ npm i -g pyright~.
|
||||
- To install [[https://pypi.org/project/python-language-server/][*pyls*]]: ~$ pip install python-language-server[all]~.
|
||||
- To install *mspyls*: ~M-x lsp-install-server RET mspyls~.
|
||||
- To install *pyright*: ~$ pip install pyright~ or ~$ npm i -g pyright~.
|
||||
|
||||
** Formatter
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue