Skip to content

Commit

Permalink
fix(highlights): fix hlgroup names (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Jun 9, 2023
1 parent f217fde commit 990cae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/dropbar/menu.lua
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ function dropbar_menu_t:update_hover_hl(pos)
utils.hl_range_single(
self.buf,
component and component.name == '' and 'DropBarMenuHoverIcon'
or 'DropbarMenuHoverSymbol',
or 'DropBarMenuHoverSymbol',
{
start = {
line = pos[1] - 1,
Expand Down

0 comments on commit 990cae9

Please sign in to comment.