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 = { g.nvim_tree_icons = {
default = " ", default = "",
symlink = " ", symlink = "",
git = { git = {
unstaged = "", unstaged = "",
staged = "", staged = "",

Loading…
Cancel
Save