Skip to content

Commit

Permalink
fix #1649
Browse files Browse the repository at this point in the history
  • Loading branch information
hrsh7th committed Mar 31, 2024
1 parent 7aa3f71 commit b9fd19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/cmp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ for kind in pairs(types.lsp.CompletionItemKind) do
end
end

autocmd.subscribe('ColorScheme', function()
autocmd.subscribe({ 'ColorScheme', 'UIEnter' }, function()
highlight.inherit('CmpItemAbbrDefault', 'Pmenu', { bg = 'NONE', default = false })
highlight.inherit('CmpItemAbbrDeprecatedDefault', 'Comment', { bg = 'NONE', default = false })
highlight.inherit('CmpItemAbbrMatchDefault', 'Pmenu', { bg = 'NONE', default = false })
Expand Down

0 comments on commit b9fd19f

Please sign in to comment.