From 0568118b618b3af8d352e1ded2a1ec3ef1ac8734 Mon Sep 17 00:00:00 2001 From: brian tan Date: Fri, 11 Apr 2025 23:43:51 -0400 Subject: [PATCH] feat(diagnostics): Add `virtual_lines` for discoverability --- init.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.lua b/init.lua index 776c6873ff6..f94f669ffd1 100644 --- a/init.lua +++ b/init.lua @@ -645,6 +645,8 @@ require('lazy').setup({ return diagnostic_message[diagnostic.severity] 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.