Skip to content

Commit

Permalink
Update vim-emoji-icon-theme.vim
Browse files Browse the repository at this point in the history
  • Loading branch information
adelarsq authored Apr 25, 2024
1 parent 6b2a0af commit d5d1bf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/vim-emoji-icon-theme.vim
Original file line number Diff line number Diff line change
Expand Up @@ -1254,6 +1254,7 @@ if use then
imported.set_icon { ["tsconfig.json"] = {icon = vim.g.iconConfig, color = "#000000",name = "tsconfigjson" } }
imported.set_icon { ["tailwind.config.js"] = {icon = vim.g.iconCss, color = "#000000",name = "tailwindconfigjs" } }
imported.set_icon { ["gnumakefile"] = {icon = vim.g.iconMake, color = "#000000",name = "gnumakefile" } }
imported.set_icon { [".dockerignore"] = {icon = vim.g.iconDocker, color = "#000000",name = "dockerignore" } } -- whale - Docker maskot

imported.set_icon { alpine = {icon = vim.g.iconDocker, color = "#000000",name = "alpine" } }
imported.set_icon { ilk = {icon = vim.g.iconBinary, color = "#000000",name = "ilk" } }
Expand Down

0 comments on commit d5d1bf4

Please sign in to comment.