diff options
Diffstat (limited to 'lua/config/plugins/icons.lua')
| -rw-r--r-- | lua/config/plugins/icons.lua | 36 |
1 files changed, 0 insertions, 36 deletions
diff --git a/lua/config/plugins/icons.lua b/lua/config/plugins/icons.lua deleted file mode 100644 index 54a924e..0000000 --- a/lua/config/plugins/icons.lua +++ /dev/null @@ -1,36 +0,0 @@ -return { - { - "nvim-tree/nvim-web-devicons", - lazy = false, - config = function() - require("nvim-web-devicons").setup({ - color_icons = true, - default = true, - strict = true, - variant = "dark", - override = { - zsh = { - icon = "", - color = "#428850", - cterm_color = "65", - name = "Zsh" - }, - }, - override_by_filename = { - [".gitignore"] = { - icon = "", - color = "#f1502f", - name = "Gitignore" - }, - }, - override_by_extension = { - ["log"] = { - icon = "", - color = "#81e043", - name = "Log" - }, - }, - }) - end, - }, -} |
