Skip to content

Commit 0880ef3

Browse files
committed
refactor(nvim-web-devicons): use icons by extension from icons module
1 parent 1436331 commit 0880ef3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

lua/plugins/web-devicons.lua

+1-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ return {
1616
name = 'Todo',
1717
},
1818
},
19-
override_by_extension = {
20-
['astro'] = {
21-
icon = '',
22-
color = COLORS['deep-purple-A200'],
23-
name = 'Astro',
24-
},
25-
},
19+
override_by_extension = ICONS.file.extension,
2620
})
2721
require('hygen.web-devicons').setup()
2822
end,

0 commit comments

Comments
 (0)