mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-04 12:00:29 +00:00
rm unneeded spaces after nvimtree default icons
This commit is contained in:
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…
Reference in New Issue
Block a user