Skip to content

Commit 4865e1d

Browse files
Add Groovy icon
1 parent 140edfc commit 4865e1d

File tree

3 files changed

+13
-0
lines changed

3 files changed

+13
-0
lines changed

lua/nvim-web-devicons.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ local filetypes = {
105105
["go"] = "go",
106106
["godot"] = "godot",
107107
["graphql"] = "graphql",
108+
["groovy"] = "groovy",
108109
["gql"] = "gql",
109110
["gruntfile"] = "gruntfile",
110111
["gulpfile"] = "gulpfile",

lua/nvim-web-devicons/icons-default.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ local icons_by_filename = {
251251
cterm_color = "66",
252252
name = "Makefile",
253253
},
254+
["groovy"] = {
255+
icon = "",
256+
color = "#4a687c",
257+
cterm_color = "24",
258+
name = "Groovy",
259+
},
254260
["gruntfile"] = {
255261
icon = "",
256262
color = "#e37933",

lua/nvim-web-devicons/icons-light.lua

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,12 @@ local icons_by_filename = {
251251
cterm_color = "59",
252252
name = "Makefile",
253253
},
254+
["groovy"] = {
255+
icon = "",
256+
color = "#4a687c",
257+
cterm_color = "24",
258+
name = "Groovy",
259+
},
254260
["gruntfile"] = {
255261
icon = "",
256262
color = "#975122",

0 commit comments

Comments
 (0)