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

@ -70,6 +70,7 @@ function M.config()
icons = { icons = {
corner = "", corner = "",
edge = "", edge = "",
item = "",
none = " ", none = " ",
}, },
}, },