Skip to content

Commit

Permalink
feat(vscode-icons): add mini.icons support
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 5, 2024
1 parent bc38755 commit ac8e778
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions lua/astrocommunity/recipes/vscode-icons/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,46 @@ return {
}
end,
},
{
"echasnovski/mini.icons",
optional = true,
opts = {
lsp = {
array = { glyph = "" },
boolean = { glyph = "" },
key = { glyph = "" },
namespace = { glyph = "" },
null = { glyph = "" },
number = { glyph = "" },
object = { glyph = "" },
package = { glyph = "" },
string = { glyph = "" },
class = { glyph = "" },
color = { glyph = "" },
constant = { glyph = "" },
constructor = { glyph = "" },
enum = { glyph = "" },
enummember = { glyph = "" },
event = { glyph = "" },
field = { glyph = "" },
file = { glyph = "" },
folder = { glyph = "" },
["function"] = { glyph = "" },
interface = { glyph = "" },
keyword = { glyph = "" },
method = { glyph = "" },
module = { glyph = "" },
operator = { glyph = "" },
property = { glyph = "" },
reference = { glyph = "" },
snippet = { glyph = "" },
struct = { glyph = "" },
text = { glyph = "" },
typeparameter = { glyph = "" },
unit = { glyph = "" },
value = { glyph = "" },
variable = { glyph = "" },
},
},
},
}

0 comments on commit ac8e778

Please sign in to comment.