Skip to content

Commit 95f8a33

Browse files
committed
feat(base16): add 'mini.completion' new group for deprecated items
1 parent 0cc631a commit 95f8a33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/mini/base16.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -722,6 +722,7 @@ H.apply_palette = function(palette, use_cterm)
722722
hi('MiniClueTitle', {fg=p.base0D, bg=p.base01, attr='bold', sp=nil})
723723

724724
hi('MiniCompletionActiveParameter', {link='LspSignatureActiveParameter'})
725+
hi('MiniCompletionDeprecated', {link='DiagnosticDeprecated'})
725726
hi('MiniCompletionInfoBorderOutdated', {link='DiagnosticFloatingWarn'})
726727

727728
hi('MiniCursorword', {fg=nil, bg=nil, attr='underline', sp=nil})

0 commit comments

Comments
 (0)