neo-tree: folder empty icon

This commit is contained in:
Zynh Ludwig 2024-11-28 10:36:42 -08:00
parent 4ad4bbdf1b
commit 559c3d5198

10
lua/plugins/neo-tree.lua Normal file
View file

@ -0,0 +1,10 @@
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
icon = {
folder_empty = "",
},
},
},
}