Remove redundant highlight group

This commit is contained in:
Iron_E 2020-11-16 11:12:26 -05:00
parent e505a83986
commit 4782264e6b
No known key found for this signature in database
GPG Key ID: B0B37DE7EDC2335F
1 changed files with 0 additions and 1 deletions

View File

@ -702,7 +702,6 @@ local highlight_groups = {
BufferInactiveTarget = 'BufferVisibleTarget',
BufferTabpages = {bg=FG, fg=gray_dark, style='bold'},
BufferTabpageSpacer = 'TabLineFill',
BufferVisible = 'TabLine',
BufferVisibleMod = {bg=gray_darker, fg=white, style='italic'},