Enable virtual_lines diagnostic option

This commit is contained in:
2025-10-12 17:34:17 -04:00
parent 3426181ea7
commit 995aaa5062

View File

@@ -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