Skip to content

Commit 0568118

Browse files
committed
feat(diagnostics): Add virtual_lines for discoverability
1 parent d350db2 commit 0568118

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,8 @@ require('lazy').setup({
645645
return diagnostic_message[diagnostic.severity]
646646
end,
647647
},
648+
-- Display multiline diagnostics as virtual lines
649+
-- virtual_lines = true,
648650
}
649651

650652
-- LSP servers and clients are able to communicate to each other what features they support.

0 commit comments

Comments
 (0)