diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index fd7c62c..49e616a 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -17,6 +17,7 @@ local options = { side = "left", width = 30, preserve_window_proportions = true, + hide_root_folder = true, }, git = { enable = true, @@ -46,10 +47,10 @@ local options = { }, glyphs = { - default = "󰈚", + default = "", symlink = "", folder = { - default = "󰉋", + default = "", empty = "", empty_open = "", open = "",