tweak file tree git icon
This commit is contained in:
parent
5ff8f16734
commit
fae4292a82
2 changed files with 16 additions and 0 deletions
|
|
@ -14,6 +14,19 @@ return {
|
|||
},
|
||||
renderer = {
|
||||
group_empty = true,
|
||||
icons = {
|
||||
glyphs = {
|
||||
git = {
|
||||
unstaged = "",
|
||||
staged = "",
|
||||
unmerged = "",
|
||||
renamed = "➜",
|
||||
untracked = "+",
|
||||
deleted = "-",
|
||||
ignored = "◌",
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
-- filters = {
|
||||
-- dotfiles = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue