diff --git a/lua/astrocommunity/recipes/vscode-icons/init.lua b/lua/astrocommunity/recipes/vscode-icons/init.lua index 9aeef4f58..775f552d1 100644 --- a/lua/astrocommunity/recipes/vscode-icons/init.lua +++ b/lua/astrocommunity/recipes/vscode-icons/init.lua @@ -56,15 +56,31 @@ return { opts.preset = "codicons" -- set some missing symbol types opts.symbol_map = { - Array = "", - Boolean = "", - Key = "", - Namespace = "", - Null = "", - Number = "", - Object = "", - Package = "", - String = "", + Text = " ", + Method = " ", + Function = " ", + Constructor = " ", + Field = " ", + Variable = " ", + Class = " ", + Interface = " ", + Module = " ", + Property = " ", + Unit = " ", + Value = " ", + Enum = " ", + Keyword = " ", + Snippet = " ", + Color = " ", + File = " ", + Reference = " ", + Folder = " ", + EnumMember = " ", + Constant = " ", + Struct = " ", + Event = " ", + Operator = " ", + TypeParameter = " ", } end, },