fixup! neo-tree: folder empty icon
This commit is contained in:
parent
559c3d5198
commit
767a4d32ec
1 changed files with 4 additions and 2 deletions
|
@ -2,9 +2,11 @@ return {
|
||||||
{
|
{
|
||||||
"nvim-neo-tree/neo-tree.nvim",
|
"nvim-neo-tree/neo-tree.nvim",
|
||||||
opts = {
|
opts = {
|
||||||
|
default_component_configs = {
|
||||||
icon = {
|
icon = {
|
||||||
folder_empty = "",
|
folder_empty = "",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue