Skip to content

Commit

Permalink
Fix nvim-lspconfig configuration anchor link (#425)
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorodriguezv committed Apr 29, 2024
1 parent 905bf36 commit b8a4800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit b8a4800

Please sign in to comment.