From 5a3ac7300ded37772844e2e4f67b39f3b91a9af4 Mon Sep 17 00:00:00 2001 From: Akianonymus Date: Tue, 1 Feb 2022 14:19:08 +0530 Subject: [PATCH] plugins/lspkind_icons: Add icon for TypeParameter --- lua/plugins/configs/lspkind_icons.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/lspkind_icons.lua b/lua/plugins/configs/lspkind_icons.lua index ea584ae..2d538a7 100644 --- a/lua/plugins/configs/lspkind_icons.lua +++ b/lua/plugins/configs/lspkind_icons.lua @@ -23,7 +23,7 @@ local icons = { Struct = "פּ", Event = "", Operator = "", - TypeParameter = "", + TypeParameter = "", } return icons