Skip to content

Commit

Permalink
fix(sources): terminal: add missing name highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Sep 4, 2023
1 parent 1869204 commit 2d94c28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/dropbar/sources/terminal.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ local function buf_info(buf)
icon = configs.eval(configs.opts.sources.terminal.icon, buf),
name = configs.eval(configs.opts.sources.terminal.name, buf),
icon_hl = 'DropBarIconKindTerminal',
name_hl = 'DropBarKindTerminal',
}
end

Expand Down

0 comments on commit 2d94c28

Please sign in to comment.