From 45174857012a8c2ea771bf82317523e1cae4618d Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Tue, 9 May 2023 11:17:57 -0400 Subject: [PATCH] update glyphs to v2.0 --- lua/plugins/configs/nvimtree.lua | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 = "",