From d805ae3ee4371a80862b37a0f7861faaf820b88a Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Fri, 31 Jul 2026 12:25:49 -0400 Subject: [PATCH] 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 --- lua/plugins/lspconfig.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index cc6406e..c765c86 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -2,7 +2,7 @@ return { "neovim/nvim-lspconfig", opts = { diagnostics = { - virtual_text = true, + virtual_text = false, virtual_lines = { current_line = true }, }, servers = {