Stop double-rendering diagnostics on the current line

virtual_text and virtual_lines.current_line were both on, so the cursor line
showed each message inline and again below it.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-31 12:27:20 -04:00
co-authored by Claude Opus 5
parent 4d942a5368
commit d805ae3ee4
+1 -1
View File
@@ -2,7 +2,7 @@ return {
"neovim/nvim-lspconfig",
opts = {
diagnostics = {
virtual_text = true,
virtual_text = false,
virtual_lines = { current_line = true },
},
servers = {