From 3dd0fa6c5b0933d9a395e2492de69c151831c66e Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 4 May 2023 07:34:27 +0530 Subject: [PATCH] temporarily change folder icon old folder icon was removed from octicons and nerdfonts uses latest octicons --- lua/plugins/configs/nvimtree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index ff9aad3..25c5d68 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -48,10 +48,10 @@ local options = { }, glyphs = { - default = "", + default = "󰈚", symlink = "", folder = { - default = "", + default = "󰉋", empty = "", empty_open = "", open = "",