Skip to content

Commit

Permalink
feat(neovim): added .astro file icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroSuero committed Apr 2, 2024
1 parent 3976dff commit 8080172
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/neovim/files/lua/custom/plugins/ui/web-devicons.lua
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ return {
color = "#4e94ce",
name = "HTTP",
},
astro = {
icon = "",
color = "#ffffff",
name = "Astro",
},
}
end,
event = "VeryLazy",
Expand Down

0 comments on commit 8080172

Please sign in to comment.