Merge pull request #2 from 5brian/virtual-lines

feat(diagnostics): Add `virtual_lines` for discoverability
pull/1627/head
Ori Perry 1 week ago committed by GitHub
commit 87bbd7909b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -653,6 +653,8 @@ require('lazy').setup({
return diagnostic_message[diagnostic.severity]
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.

Loading…
Cancel
Save