tweak file tree git icon

This commit is contained in:
patrickmao 2023-09-08 15:24:20 +08:00
parent 5ff8f16734
commit fae4292a82
2 changed files with 16 additions and 0 deletions

View file

@ -14,6 +14,19 @@ return {
},
renderer = {
group_empty = true,
icons = {
glyphs = {
git = {
unstaged = "",
staged = "",
unmerged = "",
renamed = "",
untracked = "+",
deleted = "-",
ignored = "",
},
}
}
},
-- filters = {
-- dotfiles = true,