Replies: 1 comment
-
I don't use neovim myself, so apologies in advance if this isn't very helpful, but I asked ChatGPT about this, and it thought the diagnostics in your screenshot were a result of the vim.diagnostic.config({
float = false,
virtual_text = false,
}) I tested this out with your config, and I think the second line was what actually helped to suppress the inline diagnostics from your screenshot. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Neovim 0.11.4 , ruff 0.14
I'm struggling configuring ruff in neovim like explained in the doc: https://docs.astral.sh/ruff/editors/setup/#neovim.
I tried starting fresh with the bare minimal : lazy , mason, lspconfig.
I tried an autocmd in lazy.config and using on_attach in plugin configuration but it doesn't the hover diagnostic keep showing :

This is my whole neovim config
Do you have any idea ?
thanks
Jimmy
Beta Was this translation helpful? Give feedback.
All reactions