We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
virtual_lines
1 parent d350db2 commit 0568118Copy full SHA for 0568118
init.lua
@@ -645,6 +645,8 @@ require('lazy').setup({
645
return diagnostic_message[diagnostic.severity]
646
end,
647
},
648
+ -- Display multiline diagnostics as virtual lines
649
+ -- virtual_lines = true,
650
}
651
652
-- LSP servers and clients are able to communicate to each other what features they support.
0 commit comments