mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
fix(lsp): define LspInlayHint highlight group #24073
fixes #24068 Co-authored-by: Justin M. Keyes <justinkz@gmail.com>
This commit is contained in:
parent
3bf887f6e0
commit
1b679ac192
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user