From 1a4936ab26db325ae71cd6c054d07cacbaabc124 Mon Sep 17 00:00:00 2001 From: siduck Date: Sun, 27 Nov 2022 09:23:17 +0530 Subject: [PATCH] add new dir icons for nvimtree --- lua/plugins/configs/nvimtree.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/plugins/configs/nvimtree.lua b/lua/plugins/configs/nvimtree.lua index abe0863..b42e4ff 100644 --- a/lua/plugins/configs/nvimtree.lua +++ b/lua/plugins/configs/nvimtree.lua @@ -61,17 +61,17 @@ local options = { folder = { default = "", empty = "", - empty_open = "", - open = "", + empty_open = "", + open = "", symlink = "", - symlink_open = "", + symlink_open = "", arrow_open = "", arrow_closed = "", }, git = { unstaged = "✗", staged = "✓", - unmerged = "", + unmerged = "", renamed = "➜", untracked = "★", deleted = "",