fix(nvimtree): remove indent_markers icons trailing space (#2854)

This commit is contained in:
CPea 2022-07-31 22:00:55 +07:00 committed by GitHub
parent d7da056d7a
commit d6c81db7f5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,9 +68,10 @@ function M.config()
indent_markers = {
enable = false,
icons = {
corner = "",
edge = "",
none = " ",
corner = "",
edge = "",
item = "",
none = " ",
},
},
icons = {