Skip to content

Commit

Permalink
fix(configs & hlgroups): missing icons and hlgroups for ts types
Browse files Browse the repository at this point in the history
  • Loading branch information
bekaboo committed Sep 25, 2024
1 parent fb722ee commit a12869f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lua/dropbar/configs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ M.opts = {
Declaration = '󰙠 ',
Delete = '󰩺 ',
DoStatement = '󰑖 ',
Element = '󰅩 ',
Enum = '',
EnumMember = '',
Event = '',
Expand Down Expand Up @@ -104,6 +105,7 @@ M.opts = {
Reference = '󰦾 ',
Regex = '',
Repeat = '󰑖 ',
RuleSet = '󰅩 ',
Scope = '󰅩 ',
Snippet = '󰩫 ',
Specifier = '󰦪 ',
Expand Down
2 changes: 2 additions & 0 deletions lua/dropbar/hlgroups.lua
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ local hlgroups = {
DropBarIconKindDelete = { link = 'Error' },
DropBarIconKindDoStatement = { link = 'Repeat' },
DropBarIconKindElseStatement = { link = 'Conditional' },
DropBarIconKindElement = { link = 'NameSpace' },
DropBarIconKindEnum = { link = 'CmpItemKindEnum' },
DropBarIconKindEnumMember = { link = 'CmpItemKindEnumMember' },
DropBarIconKindEvent = { link = 'CmpItemKindEvent' },
Expand Down Expand Up @@ -54,6 +55,7 @@ local hlgroups = {
DropBarIconKindProperty = { link = 'CmpItemKindProperty' },
DropBarIconKindReference = { link = 'CmpItemKindReference' },
DropBarIconKindRepeat = { link = 'Repeat' },
DropBarIconKindRuleSet = { link = 'NameSpace' },
DropBarIconKindScope = { link = 'NameSpace' },
DropBarIconKindSpecifier = { link = 'Specifier' },
DropBarIconKindStatement = { link = 'Statement' },
Expand Down

0 comments on commit a12869f

Please sign in to comment.