This commit is contained in:
5brian 2025-05-10 19:14:46 -07:00 committed by GitHub
commit 6a1442cfd7
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] 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.