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