fix(lsp): define LspInlayHint highlight group #24073

fixes #24068

Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
Chinmay Dalal 2023-06-21 13:03:56 +05:30 committed by GitHub
parent 3bf887f6e0
commit 1b679ac192
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -231,6 +231,7 @@ static const char *highlight_init_both[] = {
"default link DiagnosticSignOk DiagnosticOk",
"default DiagnosticDeprecated cterm=strikethrough gui=strikethrough guisp=Red",
"default link DiagnosticUnnecessary Comment",
"default link LspInlayHint NonText",
// Text
"default link @text.literal Comment",