Skip to content

Commit

Permalink
feat(go): configure language specific icons in mini.icons
Browse files Browse the repository at this point in the history
  • Loading branch information
mehalter committed Jul 9, 2024
1 parent 44e8c95 commit 7f0316d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lua/astrocommunity/pack/go/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,16 @@ return {
},
},
},
{
"echasnovski/mini.icons",
optional = true,
opts = {
file = {
[".go-version"] = { glyph = "", hl = "MiniIconsBlue" },
},
filetype = {
gotmpl = { glyph = "󰟓", hl = "MiniIconsGrey" },
},
},
},
}

0 comments on commit 7f0316d

Please sign in to comment.