diff options
| author | github-actions <github-actions@github.com> | 2023-06-20 08:21:44 +0000 |
|---|---|---|
| committer | github-actions <github-actions@github.com> | 2023-06-20 08:21:44 +0000 |
| commit | a51892484c2002c083a8b0a9dfcefb3a569be36d (patch) | |
| tree | 2278c8e8765b382847019e345cc1c87beee5329f | |
| parent | docs: update server_configurations ruff-lsp url (diff) | |
| download | nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.tar nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.tar.gz nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.tar.bz2 nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.tar.lz nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.tar.xz nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.tar.zst nvim-lspconfig-a51892484c2002c083a8b0a9dfcefb3a569be36d.zip | |
docs: update server_configurations.md
skip-checks: true
| -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 |
