Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expand note to use Ruff with other language server in Kate #12806

Merged
merged 5 commits into from
Aug 20, 2024
Merged
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 8 additions & 1 deletion docs/editors/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,14 @@ See [LSP Client documentation](https://docs.kde.org/stable5/en/kate/kate/kate-ap
on how to configure the server from there.

!!! important
Kate's LSP Client plugin does not support multiple servers for the same language.
Kate's LSP Client plugin does not support multiple servers for the same language. As a
workaround, you can use the [python-lsp-server] along with the [python-lsp-ruff] plugin to
use Ruff alongside another language server. Note that this setup won't use the [server
settings](settings.md) because the [python-lsp-ruff] plugin uses the `ruff` executable
and not the language server.

[python-lsp-server]: https://github.com/python-lsp/python-lsp-server
[python-lsp-ruff]: https://github.com/python-lsp/python-lsp-ruff

## Sublime Text

Expand Down
Loading