25 lines
812 B
Lua
25 lines
812 B
Lua
return {
|
|
{
|
|
"nvim-tree/nvim-web-devicons",
|
|
enabled = vim.g.icons_enabled,
|
|
lazy = true,
|
|
opts = {
|
|
override = {
|
|
toml = {icon = "", name = "TOML" },
|
|
deb = { icon = "", name = "Deb" },
|
|
lock = { icon = "", name = "Lock" },
|
|
mp3 = { icon = "", name = "Mp3" },
|
|
mp4 = { icon = "", name = "Mp4" },
|
|
out = { icon = "", name = "Out" },
|
|
["robots.txt"] = { icon = "", name = "Robots" },
|
|
ttf = { icon = "", name = "TrueTypeFont" },
|
|
rpm = { icon = "", name = "Rpm" },
|
|
woff = { icon = "", name = "WebOpenFontFormat" },
|
|
woff2 = { icon = "", name = "WebOpenFontFormat2" },
|
|
xz = { icon = "", name = "Xz" },
|
|
zip = { icon = "", name = "Zip" },
|
|
},
|
|
},
|
|
},
|
|
}
|