Skip to content

Commit 76e72ca

Browse files
author
bekaboo
committed
fix(configs & icons): add missing terminal icon
1 parent f6a94db commit 76e72ca

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@ https://github.com/Bekaboo/dropbar.nvim/assets/76579810/e8c1ac26-0321-4762-9975-
330330
String = '󰉾 ',
331331
Struct = '',
332332
SwitchStatement = '󰺟 ',
333+
Terminal = '',
333334
Text = '',
334335
Type = '',
335336
TypeParameter = '󰆩 ',
@@ -898,6 +899,7 @@ used by the plugin:
898899
String = '󰉾 ',
899900
Struct = '',
900901
SwitchStatement = '󰺟 ',
902+
Terminal = '',
901903
Text = '',
902904
Type = '',
903905
TypeParameter = '󰆩 ',

lua/dropbar/configs.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ M.opts = {
111111
String = '󰉾 ',
112112
Struct = '',
113113
SwitchStatement = '󰺟 ',
114+
Terminal = '',
114115
Text = '',
115116
Type = '',
116117
TypeParameter = '󰆩 ',

0 commit comments

Comments
 (0)