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.
2 parents db7c07e + 0568118 commit 87bbd79Copy full SHA for 87bbd79
init.lua
@@ -653,6 +653,8 @@ require('lazy').setup({
653
return diagnostic_message[diagnostic.severity]
654
end,
655
},
656
+ -- Display multiline diagnostics as virtual lines
657
+ -- virtual_lines = true,
658
}
659
660
-- LSP servers and clients are able to communicate to each other what features they support.
0 commit comments