Skip to content

Commit c03f257

Browse files
authored
Add note about the breaking change in nvim-lspconfig (#12507)
Refer #12408
1 parent 6bbb4a2 commit c03f257

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

docs/editors/setup.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ require('lspconfig').ruff.setup({
4444
})
4545
```
4646

47+
!!! note
48+
If the installed version of `nvim-lspconfig` includes the changes from
49+
[neovim/nvim-lspconfig@`70d1c2c`](https://github.com/neovim/nvim-lspconfig/commit/70d1c2c31a88af4b36019dc1551be16bffb8f9db),
50+
you will need to use Ruff version `0.5.3` or later.
51+
4752
If you're using Ruff alongside another language server (like Pyright), you may want to defer to that
4853
language server for certain capabilities, like [`textDocument/hover`](./features.md#hover):
4954

0 commit comments

Comments
 (0)