2021-03-13 01:23:02 +00:00
|
|
|
require "nvim-web-devicons".setup {
|
|
|
|
override = {
|
|
|
|
html = {
|
|
|
|
icon = "",
|
|
|
|
color = "#DE8C92",
|
|
|
|
name = "html"
|
|
|
|
},
|
|
|
|
css = {
|
|
|
|
icon = "",
|
|
|
|
color = "#61afef",
|
|
|
|
name = "css"
|
|
|
|
},
|
|
|
|
js = {
|
|
|
|
icon = "",
|
|
|
|
color = "#EBCB8B",
|
|
|
|
name = "js"
|
|
|
|
},
|
2021-03-18 10:03:11 +00:00
|
|
|
ts = {
|
|
|
|
icon = "ﯤ",
|
|
|
|
color = "#519ABA",
|
|
|
|
name = "ts"
|
|
|
|
},
|
2021-03-19 12:24:53 +00:00
|
|
|
kt = {
|
|
|
|
icon = "",
|
|
|
|
color = "#ffcb91",
|
|
|
|
name = "kt"
|
|
|
|
},
|
2021-03-13 01:23:02 +00:00
|
|
|
png = {
|
|
|
|
icon = " ",
|
|
|
|
color = "#BD77DC",
|
|
|
|
name = "png"
|
|
|
|
},
|
|
|
|
jpg = {
|
|
|
|
icon = " ",
|
|
|
|
color = "#BD77DC",
|
|
|
|
name = "jpg"
|
|
|
|
},
|
|
|
|
jpeg = {
|
|
|
|
icon = " ",
|
|
|
|
color = "#BD77DC",
|
|
|
|
name = "jpeg"
|
|
|
|
},
|
|
|
|
mp3 = {
|
|
|
|
icon = "",
|
|
|
|
color = "#C8CCD4",
|
|
|
|
name = "mp3"
|
|
|
|
},
|
|
|
|
mp4 = {
|
|
|
|
icon = "",
|
|
|
|
color = "#C8CCD4",
|
|
|
|
name = "mp4"
|
|
|
|
},
|
|
|
|
out = {
|
|
|
|
icon = "",
|
|
|
|
color = "#C8CCD4",
|
|
|
|
name = "out"
|
|
|
|
},
|
2021-03-23 04:51:40 +00:00
|
|
|
Dockerfile = {
|
|
|
|
icon = "",
|
|
|
|
color = "#b8b5ff",
|
|
|
|
name = "Dockerfile"
|
|
|
|
},
|
|
|
|
rb = {
|
|
|
|
icon = "",
|
|
|
|
color = "#ff75a0",
|
|
|
|
name = "rb"
|
|
|
|
},
|
|
|
|
vue = {
|
|
|
|
icon = "﵂",
|
|
|
|
color = "#7eca9c",
|
|
|
|
name = "vue"
|
|
|
|
},
|
|
|
|
py = {
|
|
|
|
icon = "",
|
|
|
|
color = "#a7c5eb",
|
|
|
|
name = "py"
|
|
|
|
},
|
2021-03-13 01:23:02 +00:00
|
|
|
toml = {
|
|
|
|
icon = "",
|
|
|
|
color = "#61afef",
|
|
|
|
name = "toml"
|
|
|
|
},
|
|
|
|
lock = {
|
|
|
|
icon = "",
|
|
|
|
color = "#DE6B74",
|
|
|
|
name = "lock"
|
2021-03-16 04:01:43 +00:00
|
|
|
},
|
|
|
|
zip = {
|
|
|
|
icon = "",
|
|
|
|
color = "#EBCB8B",
|
|
|
|
name = "zip"
|
|
|
|
},
|
|
|
|
xz = {
|
|
|
|
icon = "",
|
|
|
|
color = "#EBCB8B",
|
|
|
|
name = "xz"
|
2021-04-26 08:21:36 +00:00
|
|
|
},
|
|
|
|
deb = {
|
|
|
|
icon = "",
|
|
|
|
color = "#a3b8ef",
|
|
|
|
name = "deb"
|
|
|
|
},
|
|
|
|
rpm = {
|
|
|
|
icon = "",
|
|
|
|
color = "#fca2aa",
|
|
|
|
name = "rpm"
|
2021-03-13 01:23:02 +00:00
|
|
|
}
|
|
|
|
}
|
2021-03-07 14:22:30 +00:00
|
|
|
}
|