rm unneeded spaces after nvimtree default icons

pull/88/head
siduck76 3 years ago
parent 6c272e7313
commit c995595509

@ -23,8 +23,8 @@ g.nvim_tree_show_icons = {
}
g.nvim_tree_icons = {
default = " ",
symlink = " ",
default = "",
symlink = "",
git = {
unstaged = "",
staged = "",

Loading…
Cancel
Save