plugins/lspkind_icons: Add icon for TypeParameter
This commit is contained in:
parent
71295f9b61
commit
5a3ac7300d
|
@ -23,7 +23,7 @@ local icons = {
|
|||
Struct = "פּ",
|
||||
Event = "",
|
||||
Operator = "",
|
||||
TypeParameter = "",
|
||||
TypeParameter = "",
|
||||
}
|
||||
|
||||
return icons
|
||||
|
|
Loading…
Reference in New Issue