From 611d7f2ee3a26aee84bb2216ebf1b7584f9a6532 Mon Sep 17 00:00:00 2001 From: Antonio Cicero Azevedo <67877311+azmovi@users.noreply.github.com> Date: Mon, 7 Oct 2024 03:01:05 -0300 Subject: [PATCH] fix: change url from lspconfig doc (#501) Co-authored-by: Micha Reiser --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6a00a..bd5a91e 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ To use `ruff-lsp` with Neovim, follow these steps: ```lua -- Configure `ruff-lsp`. --- See: https://github.com/neovim/nvim-lspconfig/blob/master/doc/server_configurations.md#ruff_lsp +-- See: https://github.com/neovim/nvim-lspconfig/blob/master/doc/configs.md#ruff_lsp -- For the default config, along with instructions on how to customize the settings require('lspconfig').ruff_lsp.setup { init_options = {