mirror of https://github.com/astral-sh/ruff
docs(integrations): fix link to `python-lsp-server` (#11980)
Co-authored-by: Rune Lausen <rune@lausennet.dk>
This commit is contained in:
parent
81160320de
commit
79d72e6479
|
|
@ -100,7 +100,7 @@ To use `ruff-lsp` with other editors, including Sublime Text and Helix, see the
|
|||
## Language Server Protocol (Unofficial)
|
||||
|
||||
Ruff is also available as the [`python-lsp-ruff`](https://github.com/python-lsp/python-lsp-ruff)
|
||||
plugin for [`python-lsp-server`](https://github.com/python-lsp/python-lsp-ruff), both of which are
|
||||
plugin for [`python-lsp-server`](https://github.com/python-lsp/python-lsp-server), both of which are
|
||||
installable from PyPI:
|
||||
|
||||
```shell
|
||||
|
|
|
|||
Loading…
Reference in New Issue