fix(lazy): remove all icons
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user