Skip to content

Commit

Permalink
feat(vscode-icons): add more and update lspkind icons (#851)
Browse files Browse the repository at this point in the history
  • Loading branch information
manuuurino authored Apr 9, 2024
1 parent 1622ae5 commit dedf12e
Showing 1 changed file with 25 additions and 9 deletions.
34 changes: 25 additions & 9 deletions lua/astrocommunity/recipes/vscode-icons/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down

0 comments on commit dedf12e

Please sign in to comment.