fix(lazy): remove all icons

This commit is contained in:
2024-08-09 02:37:52 +02:00
parent 8c4d0503b0
commit b8b0cd97e7
+27
View File
@@ -45,6 +45,33 @@ else
install = { install = {
colorscheme = { "moonfly" }, colorscheme = { "moonfly" },
}, },
ui = {
icons = {
cmd = "",
config = "",
event = "",
favorite = "",
ft = "",
init = "",
import = "",
keys = "",
lazy = "",
loaded = "",
not_loaded = "",
plugin = "",
runtime = "",
require = " ",
source = "",
start = "",
task = "",
list = {
"",
"",
"",
"",
},
},
},
} }
require("lazy").setup(plugins, opts) require("lazy").setup(plugins, opts)