From b8a48009f35756dc51268beb6bbc39c21a1e3a46 Mon Sep 17 00:00:00 2001 From: diegorodriguezv Date: Mon, 29 Apr 2024 03:37:19 -0500 Subject: [PATCH] Fix nvim-lspconfig configuration anchor link (#425) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3394ca..c4fe08b 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ including Neovim, Emacs, Sublime Text, and more. To use `ruff-lsp` with Neovim, follow these steps: 1. Install `ruff-lsp` from PyPI along with [`nvim-lspconfig`](https://github.com/neovim/nvim-lspconfig). -2. Set up the Neovim LSP client using the [suggested configuration](https://github.com/neovim/nvim-lspconfig/tree/master#suggested-configuration) (`:h lspconfig-keybindings`). +2. Set up the Neovim LSP client using the [suggested configuration](https://github.com/neovim/nvim-lspconfig/tree/master#configuration) (`:h lspconfig-keybindings`). 3. Finally, configure `ruff-lsp` in your `init.lua`: ```lua