diff options
| -rw-r--r-- | doc/server_configurations.md | 4 | ||||
| -rw-r--r-- | doc/server_configurations.txt | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/server_configurations.md b/doc/server_configurations.md index 349d7435..dea0b019 100644 --- a/doc/server_configurations.md +++ b/doc/server_configurations.md @@ -7624,9 +7624,9 @@ require'lspconfig'.ruby_ls.setup{} ## ruff_lsp -https://github.com/charliermarsh/ruff-lsp +https://github.com/astral-sh/ruff-lsp -A Language Server Protocol implementation for Ruff, an extremely fast Python linter and code transformation tool, written in Rust. It can be installed via pip +A Language Server Protocol implementation for Ruff, an extremely fast Python linter and code transformation tool, written in Rust. It can be installed via pip. ```sh pip install ruff-lsp diff --git a/doc/server_configurations.txt b/doc/server_configurations.txt index 349d7435..dea0b019 100644 --- a/doc/server_configurations.txt +++ b/doc/server_configurations.txt @@ -7624,9 +7624,9 @@ require'lspconfig'.ruby_ls.setup{} ## ruff_lsp -https://github.com/charliermarsh/ruff-lsp +https://github.com/astral-sh/ruff-lsp -A Language Server Protocol implementation for Ruff, an extremely fast Python linter and code transformation tool, written in Rust. It can be installed via pip +A Language Server Protocol implementation for Ruff, an extremely fast Python linter and code transformation tool, written in Rust. It can be installed via pip. ```sh pip install ruff-lsp |
