fix(icons): remove extra spaces

This commit is contained in:
williamhsieh 2023-01-01 17:23:56 +08:00
commit 6e7c982ae6
2 changed files with 10 additions and 10 deletions

View file

@ -463,7 +463,7 @@ return {
source = "📄",
start = "🚀",
task = "📌",
lazy = "💤 ",
lazy = "💤",
},
},
}

View file

@ -40,18 +40,18 @@ M.defaults = {
icons = {
loaded = "",
not_loaded = "",
cmd = " ",
cmd = "",
config = "",
event = "",
ft = " ",
init = " ",
keys = " ",
plugin = " ",
runtime = " ",
source = " ",
ft = "",
init = "",
keys = "",
plugin = "",
runtime = "",
source = "",
start = "",
task = " ",
lazy = " ",
task = "",
lazy = "",
list = {
"",
"",