From c8a1aa2e2b0a0ecf3248d8c65837a7c6824033fa Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 18 May 2023 05:35:36 +0530 Subject: [PATCH] use old dir icon for nvimtree in nerdfonts v3.0 update this icon was removed! but they re-added it in v3.0.1, so everyone please update your font package :D --- lua/plugins/configs/nvimtree.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index 25c5d68..8dec11f 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -51,7 +51,7 @@ local options = { default = "󰈚", symlink = "", folder = { - default = "󰉋", + default = "", empty = "", empty_open = "", open = "",