Skip to content

Commit 8e75b99

Browse files
5brianbfabio
authored andcommitted
feat(diagnostics): Add virtual_lines for discoverability
1 parent d764cb5 commit 8e75b99

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

init.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,8 @@ require('lazy').setup({
657657
return diagnostic_message[diagnostic.severity]
658658
end,
659659
},
660+
-- Display multiline diagnostics as virtual lines
661+
-- virtual_lines = true,
660662
}
661663

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

0 commit comments

Comments
 (0)