We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
nvim-lspconfig
1 parent 6bbb4a2 commit c03f257Copy full SHA for c03f257
1 file changed
docs/editors/setup.md
@@ -44,6 +44,11 @@ require('lspconfig').ruff.setup({
44
})
45
```
46
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
+
52
If you're using Ruff alongside another language server (like Pyright), you may want to defer to that
53
language server for certain capabilities, like [`textDocument/hover`](./features.md#hover):
54
0 commit comments