mirror of
https://github.com/CompeyDev/my-nvim-setup.git
synced 2025-04-05 23:30:55 +01:00
plugins/lspkind_icons: Add icon for TypeParameter
This commit is contained in:
parent
71295f9b61
commit
5a3ac7300d
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ local icons = {
|
||||||
Struct = "פּ",
|
Struct = "פּ",
|
||||||
Event = "",
|
Event = "",
|
||||||
Operator = "",
|
Operator = "",
|
||||||
TypeParameter = "",
|
TypeParameter = "",
|
||||||
}
|
}
|
||||||
|
|
||||||
return icons
|
return icons
|
||||||
|
|
Loading…
Add table
Reference in a new issue