From c9955955090e4de09af49d2e979d2017ccebeb30 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 19 Jun 2021 07:08:22 +0530 Subject: [PATCH] rm unneeded spaces after nvimtree default icons --- lua/nvimTree.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/nvimTree.lua b/lua/nvimTree.lua index 9e75a18c..47f72ffd 100644 --- a/lua/nvimTree.lua +++ b/lua/nvimTree.lua @@ -23,8 +23,8 @@ g.nvim_tree_show_icons = { } g.nvim_tree_icons = { - default = " ", - symlink = " ", + default = "", + symlink = "", git = { unstaged = "✗", staged = "✓",