mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(icons): add copilot icon (#195)
This commit is contained in:
parent
4a9a2e8861
commit
a5755408dd
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ local defaults = {
|
||||||
Color = " ",
|
Color = " ",
|
||||||
Constant = " ",
|
Constant = " ",
|
||||||
Constructor = " ",
|
Constructor = " ",
|
||||||
|
Copilot = " ",
|
||||||
Enum = " ",
|
Enum = " ",
|
||||||
EnumMember = " ",
|
EnumMember = " ",
|
||||||
Event = " ",
|
Event = " ",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue