feat(diagnostics): Add `virtual_lines` for discoverability
This commit is contained in:
parent
d350db2449
commit
0568118b61
2
init.lua
2
init.lua
|
@ -645,6 +645,8 @@ require('lazy').setup({
|
||||||
return diagnostic_message[diagnostic.severity]
|
return diagnostic_message[diagnostic.severity]
|
||||||
end,
|
end,
|
||||||
},
|
},
|
||||||
|
-- Display multiline diagnostics as virtual lines
|
||||||
|
-- virtual_lines = true,
|
||||||
}
|
}
|
||||||
|
|
||||||
-- LSP servers and clients are able to communicate to each other what features they support.
|
-- LSP servers and clients are able to communicate to each other what features they support.
|
||||||
|
|
Loading…
Reference in New Issue