Skip to content

Commit 87bbd79

Browse files
authored
Merge pull request #2 from 5brian/virtual-lines
feat(diagnostics): Add `virtual_lines` for discoverability
2 parents db7c07e + 0568118 commit 87bbd79

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
@@ -653,6 +653,8 @@ require('lazy').setup({
653653
return diagnostic_message[diagnostic.severity]
654654
end,
655655
},
656+
-- Display multiline diagnostics as virtual lines
657+
-- virtual_lines = true,
656658
}
657659

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

0 commit comments

Comments
 (0)