nvim/lua/plugins/neo-tree.lua

13 lines
180 B
Lua
Raw Permalink Normal View History

2024-11-28 18:36:42 +00:00
return {
{
"nvim-neo-tree/neo-tree.nvim",
opts = {
2024-11-28 18:39:14 +00:00
default_component_configs = {
icon = {
folder_empty = "",
},
2024-11-28 18:36:42 +00:00
},
},
},
}