Skip to content

Commit

Permalink
fix(highlights): fix the name of hl-DropBarMenuHoverSymbol
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Jun 4, 2023
1 parent 4f4ff08 commit 63ab461
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 @@ -285,7 +285,7 @@ function dropbar_menu_t:hl_range_single(line, range, hlgroup)
if not self.buf then
return
end
hlgroup = hlgroup or 'dropbarMenuHoverSymbol'
hlgroup = hlgroup or 'DropBarMenuHoverSymbol'
local ns = vim.api.nvim_create_namespace(hlgroup)
vim.api.nvim_buf_clear_namespace(self.buf, ns, 0, -1)
if line and range then
Expand Down

0 comments on commit 63ab461

Please sign in to comment.