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

feat(diagnostics): Add `virtual_lines` for discoverability
This commit is contained in:
Ori Perry 2025-07-04 17:07:32 +03:00 committed by GitHub
commit 87bbd7909b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 0 deletions

View File

@ -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.