Skip to content

Commit

Permalink
Remove icon overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tarebyte committed Sep 20, 2024
1 parent 0ae0706 commit 62a5a52
Showing 1 changed file with 0 additions and 48 deletions.
48 changes: 0 additions & 48 deletions .config/nvim/lua/plugins/ui.lua
Original file line number Diff line number Diff line change
@@ -1,52 +1,4 @@
return {
{
"nvim-tree/nvim-web-devicons",
opts = function(_, opts)
local ruby_icon = ""
local ruby_color = vim.g.base16_gui08

opts.override = {
["config.ru"] = {
icon = ruby_icon,
color = ruby_color,
cterm_color = "52",
name = "ConfigRu",
},
erb = {
icon = "",
color = vim.g.base16_gui08,
cterm_color = "52",
name = "Erb",
},
fish = {
icon = "󰈺",
color = "#4d5a5e",
cterm_color = "59",
name = "Fish",
},
rake = {
icon = ruby_icon,
color = ruby_color,
cterm_color = "52",
name = "Rake",
},
rb = {
icon = ruby_icon,
color = ruby_color,
cterm_color = "52",
name = "Rb",
},
scm = {
icon = "󰅲",
color = "#62B132",
cterm_color = "34",
name = "Scm",
},
}

return opts
end,
},
{
"nvim-lualine/lualine.nvim",
opts = function(_, opts)
Expand Down

0 comments on commit 62a5a52

Please sign in to comment.