fixup! neo-tree: folder empty icon

This commit is contained in:
Zynh Ludwig 2024-11-28 10:39:14 -08:00
parent 559c3d5198
commit 767a4d32ec

View file

@ -2,8 +2,10 @@ return {
{ {
"nvim-neo-tree/neo-tree.nvim", "nvim-neo-tree/neo-tree.nvim",
opts = { opts = {
icon = { default_component_configs = {
folder_empty = "", icon = {
folder_empty = "",
},
}, },
}, },
}, },