diff --git a/src/nvim/highlight_group.c b/src/nvim/highlight_group.c index f0c7e1aae6..f4800deb90 100644 --- a/src/nvim/highlight_group.c +++ b/src/nvim/highlight_group.c @@ -312,6 +312,8 @@ static const char *highlight_init_both[] = { "default link @lsp.type.typeParameter @type.definition", "default link @lsp.type.variable @variable", + "default link @lsp.mod.deprecated DiagnosticDeprecated", + NULL };