fix: Disabling shortline from chadrc

missed in 317eedd9b2

chore: format files
This commit is contained in:
Akianonymus
2021-10-14 10:57:28 +05:30
committed by siduck76
parent 1b4a67a1e1
commit 9a45bb3f20
2 changed files with 30 additions and 30 deletions

View File

@@ -87,11 +87,11 @@ icons.setup {
color = colors.cyan,
name = "py",
},
["robots.txt"] = {
icon = "",
color = colors.red,
name = "robots"
},
["robots.txt"] = {
icon = "",
color = colors.red,
name = "robots",
},
toml = {
icon = "",
color = colors.blue,
@@ -102,11 +102,11 @@ icons.setup {
color = colors.teal,
name = "ts",
},
ttf = {
icon = "",
color = colors.white,
name = "TrueTypeFont"
},
ttf = {
icon = "",
color = colors.white,
name = "TrueTypeFont",
},
rb = {
icon = "",
color = colors.pink,
@@ -122,16 +122,16 @@ icons.setup {
color = colors.vibrant_green,
name = "vue",
},
woff = {
icon = "",
color = colors.white,
name = "WebOpenFontFormat"
},
woff2 = {
icon = "",
color = colors.white,
name = "WebOpenFontFormat2"
},
woff = {
icon = "",
color = colors.white,
name = "WebOpenFontFormat",
},
woff2 = {
icon = "",
color = colors.white,
name = "WebOpenFontFormat2",
},
xz = {
icon = "",
color = colors.sun,