diff options
| author | Gerson Sosa <4366859+gersonsosa@users.noreply.github.com> | 2023-06-20 09:46:31 +0200 |
|---|---|---|
| committer | Peter Lithammer <peter.lithammer@gmail.com> | 2023-06-20 10:21:29 +0200 |
| commit | a4610aab004ef4663d34c699acb95a18bdb0cf31 (patch) | |
| tree | b7b7466cd42eb91bf250fc2c731c37777b562197 /lua | |
| parent | docs: update server_configurations.md (diff) | |
| download | nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.tar nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.tar.gz nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.tar.bz2 nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.tar.lz nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.tar.xz nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.tar.zst nvim-lspconfig-a4610aab004ef4663d34c699acb95a18bdb0cf31.zip | |
docs: update server_configurations ruff-lsp url
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/lspconfig/server_configurations/ruff_lsp.lua | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lua/lspconfig/server_configurations/ruff_lsp.lua b/lua/lspconfig/server_configurations/ruff_lsp.lua index 46b4ca04..1a102858 100644 --- a/lua/lspconfig/server_configurations/ruff_lsp.lua +++ b/lua/lspconfig/server_configurations/ruff_lsp.lua @@ -15,9 +15,9 @@ return { }, docs = { description = [[ -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 |
