From 995aaa50628128da14993ab017af176a6b918537 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Sun, 12 Oct 2025 17:34:17 -0400 Subject: [PATCH] Enable virtual_lines diagnostic option --- lua/plugins/lspconfig.lua | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lua/plugins/lspconfig.lua b/lua/plugins/lspconfig.lua index 0539f1d..27e7576 100644 --- a/lua/plugins/lspconfig.lua +++ b/lua/plugins/lspconfig.lua @@ -1,6 +1,10 @@ return { "neovim/nvim-lspconfig", opts = { + diagnostics = { + virtual_text = true, + virtual_lines = { current_line = true }, + }, servers = { clangd = { -- removing .proto from the list of filetypes since clangd doesn't seem to be able to parse them