feat(diagnostics): Add `virtual_lines` for discoverability

This commit is contained in:
brian tan 2025-04-11 23:43:51 -04:00
parent d350db2449
commit 0568118b61
1 changed files with 2 additions and 0 deletions

View File

@ -645,6 +645,8 @@ require('lazy').setup({
return diagnostic_message[diagnostic.severity] return diagnostic_message[diagnostic.severity]
end, end,
}, },
-- Display multiline diagnostics as virtual lines
-- virtual_lines = true,
} }
-- LSP servers and clients are able to communicate to each other what features they support. -- LSP servers and clients are able to communicate to each other what features they support.