rm unneeded spaces after nvimtree default icons
This commit is contained in:
parent
6c272e7313
commit
c995595509
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue