plugins/lspkind_icons: Add icon for TypeParameter

This commit is contained in:
Akianonymus 2022-02-01 14:19:08 +05:30 committed by siduck
parent 71295f9b61
commit 5a3ac7300d
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ local icons = {
Struct = "",
Event = "",
Operator = "",
TypeParameter = "",
TypeParameter = "",
}
return icons